Update usage instructions
This commit is contained in:
parent
6cf1a73b69
commit
163cfb9dce
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -4,6 +4,10 @@
|
|||
|
||||
Make sure you have python and node installed
|
||||
|
||||
git remote rename origin boilerplate
|
||||
git remote add origin git@...
|
||||
|
||||
|
||||
Install python packages
|
||||
|
||||
pip install -U pipenv
|
||||
|
@ -16,6 +20,13 @@ Install node packages
|
|||
|
||||
## Usage
|
||||
|
||||
### First steps
|
||||
|
||||
Clean this repository
|
||||
|
||||
Change the remote
|
||||
|
||||
|
||||
### Watch mode
|
||||
|
||||
This mode allows you the result on-the-fly as you makea changes in the content.
|
||||
|
|
Loading…
Reference in a new issue