shawhin commited on
Commit
7e3f142
·
1 Parent(s): c47f858

update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -48,20 +48,14 @@ Resources:
48
  Docker Template: Blank
49
  Space Hardware: CPU
50
  ```
51
- 2. Add multiple remotes to git repo
52
 
53
  ```
54
  # In your yt-agent-streamlit directory
55
  git remote add hf https://huggingface.co/spaces/{your_hr_username}/yt-agent-streamlit.git
56
- git remote add gh https://github.com/{your_gh_username}/yt-agent-streamlit.git
57
  ```
58
- 3. Push code to HF spaces (force only needed on first push)
59
 
60
  ```
61
  git push --force hf
62
- ```
63
- 4. Push code to github
64
-
65
- ```
66
- git push gh
67
  ```
 
48
  Docker Template: Blank
49
  Space Hardware: CPU
50
  ```
51
+ 2. Add another remote to git repo
52
 
53
  ```
54
  # In your yt-agent-streamlit directory
55
  git remote add hf https://huggingface.co/spaces/{your_hr_username}/yt-agent-streamlit.git
 
56
  ```
57
+ 3. Push code to HF spaces (may need to force first push)
58
 
59
  ```
60
  git push --force hf
 
 
 
 
 
61
  ```