mishig HF staff commited on
Commit
aeae083
1 Parent(s): a10bbc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -13,6 +13,8 @@ app_file: build/index.html
13
  To develop locally:
14
 
15
  ```
 
 
16
  npm ci
17
  NODE_ENV="development" npm run dev -- --open
18
  ```
 
13
  To develop locally:
14
 
15
  ```
16
+ git clone https://huggingface.co/spaces/huggingface/diffuse-the-res
17
+ cd diffuse-the-res
18
  npm ci
19
  NODE_ENV="development" npm run dev -- --open
20
  ```