Skip to content

Commit

Permalink
README.md: Make wget commands is to copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche committed Feb 19, 2015
1 parent 4be8abf commit 1230c5c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,9 @@ TYPOGRIFY=True

```bash
$ cd pelicanyan/static/css/
$ wget
https://raw.githubusercontent.com/poole/lanyon/master/public/css/lanyon.css
$ wget
https://raw.githubusercontent.com/poole/lanyon/master/public/css/poole.css
$ wget
https://raw.githubusercontent.com/poole/lanyon/master/public/css/syntax.css
$ wget https://raw.githubusercontent.com/poole/lanyon/master/public/css/lanyon.css
$ wget https://raw.githubusercontent.com/poole/lanyon/master/public/css/poole.css
$ wget https://raw.githubusercontent.com/poole/lanyon/master/public/css/syntax.css
$ cd ../../../
```
(back in /xyz/sample_blog)
Expand Down

0 comments on commit 1230c5c

Please sign in to comment.