Update README.md
This commit is contained in:
parent
ff934676ca
commit
14a6031dac
@ -24,8 +24,10 @@ Emulate
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
```bash
|
```bash
|
||||||
git clone
|
git clone https://github.com/vane/static-site-generator.git
|
||||||
pip install requirements.txt
|
python3 -m venv static-site-generator-env
|
||||||
|
source static-site-generator-env/bin/activate
|
||||||
|
pip install -r static-site-generator/requirements.txt
|
||||||
```
|
```
|
||||||
## Usage
|
## Usage
|
||||||
Specify config.yml input and output directory
|
Specify config.yml input and output directory
|
||||||
|
Loading…
Reference in New Issue
Block a user