add readme n shit
This commit is contained in:
parent
5e0e2288b9
commit
bfc595dc16
6 changed files with 51 additions and 13 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Kamer Zoeken
|
||||
|
||||
## Running
|
||||
|
||||
If you want a command that just downloads, compiles and runs everything, run this: (Assumes you run Linux. It might work on Windows. no guarantees though.)
|
||||
|
||||
```sh
|
||||
git clone https://github.com/KoenDR06/KamerZoeken
|
||||
cd KamerZoeken
|
||||
|
||||
./gradlew build
|
||||
java -jar build/libs/KamerZoeken-1.0.0.jar
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue