Skip to content

Commit

Permalink
README: update readme for new way of running ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
lordfolken committed Jan 2, 2025
1 parent f8feb41 commit 653e2b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. Run Ruby Docker image
```
docker run -v ./:/data -it ruby:3.3.5 /bin/bash
docker run --network host -v ./:/data -it ruby:3.3.5 /bin/bash
cd /data
```

Expand All @@ -16,6 +16,10 @@
bundle exec jekyll build
```

4. Start webserver
```
jekyll serve
## How to generate a new post
1. Generate a stub for the new post
Expand Down

0 comments on commit 653e2b1

Please sign in to comment.