update readme
This commit is contained in:
parent
0a798a89f7
commit
7505f01f45
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# My Blog
|
# My Blog
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix-shell -p jekyll rubyPackages.sass
|
nix-shell -p bundler
|
||||||
jekyll build
|
bundle install
|
||||||
|
bundle exec jekyll build
|
||||||
source ~/.awsrc
|
source ~/.awsrc
|
||||||
aws s3 sync _site/ s3://quentin.dufour.io/
|
aws s3 sync _site/ s3://quentin.dufour.io/
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue