Update README.md
This commit is contained in:
@@ -134,6 +134,7 @@ You need to [create a new repository](https://github.com/new) on your favorite G
|
|||||||
cd data
|
cd data
|
||||||
git init
|
git init
|
||||||
git remote add origin <url_of_your_repo.git>
|
git remote add origin <url_of_your_repo.git>
|
||||||
|
git add .
|
||||||
git commit -m "initial commit"
|
git commit -m "initial commit"
|
||||||
git push -u origin master
|
git push -u origin master
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user