From 5f8cabb56ad14918bded72cbf058a44113abf1c4 Mon Sep 17 00:00:00 2001 From: rasmus Date: Wed, 19 Mar 2025 10:30:20 +0100 Subject: [PATCH] Update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d60df89..0abc3f6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Bowling -If you want to try out the project, please use git clone with the HTTPS link to the repo, and not the SSH link, as only the owner can pull and push via SSH. \ No newline at end of file +To run the project, simply follow these steps: +1. `git clone https://git.rbwr.dk/owner/Bowling.git` +2. `docker build -t bowling .` +3. `docker run --rm bowling` + +To change bowling score, simply edit the `rolls.txt` file, and build the docker image again. \ No newline at end of file