Improve README - usage #5

Merged
cyclane merged 2 commits from usage-readme into main 2023-12-02 03:50:14 +00:00
1 changed files with 14 additions and 0 deletions
Showing only changes of commit 641e42ee2c - Show all commits

View File

@ -10,6 +10,20 @@ The package is named `tinyvm` for 'tiny version manager'.
Since this is an internship application project, I have assumed that a minimal usage of external libraries is preferred, Since this is an internship application project, I have assumed that a minimal usage of external libraries is preferred,
so that a greater technical understanding can be demonstrated. so that a greater technical understanding can be demonstrated.
## Usage
### Gradle
```kotlin
repositories {
// other repositories
maven { url "https://git.koval.net/api/packages/cyclane/maven" }
}
dependencies {
implementation("net.koval.teamcity-gitea-test-task:tinyvm:0.1.0")
}
```
## Instructions ## Instructions
Create a library that implements simple Git functionality. You need to implement at least three entities: Create a library that implements simple Git functionality. You need to implement at least three entities: