From 7ce8d493a9a2182e1880174d19f83a96bb46084f Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 7 Oct 2023 02:32:48 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf2f72d..1838d32 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ ## Installation -You can run the webpage using either Docker or by installing Ruby and Bundler on your local machine. +You can run the webpage using either `Docker` or by installing `Ruby` and `Bundler` on your local machine. ### Docker -To deploy the webpage using Docker, run the following command: +To deploy the webpage using `Docker`, run the following command: ```bash docker compose up ``` +Once the server is running, you can access the website at `http://localhost:9998`. + ### Manual installation First, you must install `Ruby` and `Bundler`.