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
|
||||
|
||||
```bash
|
||||
nix-shell -p jekyll rubyPackages.sass
|
||||
jekyll build
|
||||
nix-shell -p bundler
|
||||
bundle install
|
||||
bundle exec jekyll build
|
||||
source ~/.awsrc
|
||||
aws s3 sync _site/ s3://quentin.dufour.io/
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue