Skip to content

Commit fd663e5

Browse files
committed
fixed README for correct instructions
1 parent c16c25a commit fd663e5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

charleston/README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Charleston PyLadies
22
==========
33

44
From within charleston/
5-
```
5+
6+
```bash
67
pip install -r requirements.txt
7-
mynt gen -f www _site && mynt serve _site```
8+
```
9+
10+
Then from within `charleston/www`
11+
12+
```bash
13+
mynt gen -f _site && mynt serve _site
14+
```

0 commit comments

Comments
 (0)