From 7505f01f45f69dc5f8a89fae00781a4ff250c4c5 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 19 Feb 2025 19:38:13 +0100 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d9798d..578fa7f 100644 --- a/README.md +++ b/README.md @@ -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/ ```