Update README.md

This commit is contained in:
Klemek
2019-06-23 15:34:46 +02:00
committed by GitHub
parent a3a23be1c2
commit 6aceacad18
+1
View File
@@ -134,6 +134,7 @@ You need to [create a new repository](https://github.com/new) on your favorite G
cd data
git init
git remote add origin <url_of_your_repo.git>
git add .
git commit -m "initial commit"
git push -u origin master
```