Skip to content

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Apr 17, 2024
1 parent 2af4a48 commit bdba3e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
install:
bundle install
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker-compose up --build
Alternatively, you can run the website locally by installing the dependencies:

```shell
bundle install
make install
```

And then start serving the website:
Expand Down

0 comments on commit bdba3e4

Please sign in to comment.