Skip to content

Commit

Permalink
Fix steelkiwi#7 a small typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroluz committed Apr 10, 2018
1 parent 9b9b788 commit 9469ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ The template includes ansible configuration, choose roles, necessary for the pro
* ``$ cp env.example ./config/.env``
* ``$ python manage.py runserver 0.0.0.0:8000``

### Git inicialisation
### Git initialization

* ``$ git init``
* ``$ git remote add origin {{ repo_url }}``
* ``$ git add -A``
* ``$ git commit -m "Init commit"``
* ``$ git push origin -u master``
* ``$ git push origin -u master``

0 comments on commit 9469ab4

Please sign in to comment.