Update README.md

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