From bdba3e4359b28accf0adbfbabd2373f847421944 Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Wed, 17 Apr 2024 13:09:37 +0300 Subject: [PATCH] add Makefile --- Makefile | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..9612f4766 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +install: + bundle install diff --git a/README.md b/README.md index 1f998922c..959fd5999 100644 --- a/README.md +++ b/README.md @@ -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: