Update README

This commit is contained in:
Rasmus Rasmussen 2025-03-19 10:30:20 +01:00
parent 67d8fa370d
commit 5f8cabb56a

View File

@ -1,3 +1,8 @@
# Bowling # 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. 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.