diff --git a/README.md b/README.md index 4808b7b..9395732 100644 --- a/README.md +++ b/README.md @@ -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 +git commit -m "initial commit" git push -u origin master ```