Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robertobarreda committed Nov 17, 2023
1 parent 239817a commit 50b48d8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# robertobarreda.es home page

# Installation
# Quickstart

```
export JEKYLL_VERSION=3.8
docker run \
--rm \
--publish 4000:4000 \
--volume="$PWD:/srv/jekyll:Z" \
-it jekyll/jekyll:$JEKYLL_VERSION \
jekyll serve
```
bundle install
bundle exec jekyll serve --livereload
```

0 comments on commit 50b48d8

Please sign in to comment.