Skip to content

Commit

Permalink
README: bundle install not necessary
Browse files Browse the repository at this point in the history
The Makefile already runs `bundle install`, so we don't need to call it
manually.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed May 20, 2024
1 parent c3c8d0d commit d90d1ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ you just want to build the site, you can skip these.
To build and host locally:

```sh
bundle install
make serve
# Server address: http://127.0.0.1:4000/
# Server running... press ctrl-c to stop.
Expand Down

0 comments on commit d90d1ae

Please sign in to comment.