update readme

This commit is contained in:
Quentin 2025-02-19 19:38:13 +01:00
parent 0a798a89f7
commit 7505f01f45
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -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/
```