chore: Project structure
This commit is contained in:
parent
948de3de02
commit
4054ed5fce
9 changed files with 511 additions and 2 deletions
20
README.md
20
README.md
|
@ -1,4 +1,20 @@
|
|||
# Project 2024-2025
|
||||
# gpl: Ghent Prolog
|
||||
|
||||
+ **[Opgave](./ASSIGNMENT.md)**
|
||||
## Installation
|
||||
|
||||
This project requires Java to run. Other installation and build steps are handled by Gradle,
|
||||
which is also wrapped in the `gpl` call.
|
||||
|
||||
## Usage
|
||||
|
||||
### Linux and MacOS
|
||||
|
||||
```shell
|
||||
./src/gpl
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
```shell
|
||||
./gradlew test
|
||||
```
|
||||
|
|
Reference in a new issue