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