Skip to content

Commit

Permalink
[refactor]
Browse files Browse the repository at this point in the history
  • Loading branch information
csgn committed Jul 22, 2024
1 parent 10fcf25 commit 14df035
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Minimal Scala library for functional programming.

# Getting Kuram
## Getting Kuram
Right now, Kuram is not a published project. If you want to use the library,
you should clone the project and publish it locally as on the following command:
```bash
Expand All @@ -26,7 +26,7 @@ Then you can add the library in the library dependencies as others.
libraryDependencies += "io.github.kattulib" %% "kuram" % "0.1.0-SNAPSHOT"
```

# Run Tests
## Run Tests
You can run all tests as on the following command:
```bash
# on interactive sbt shell
Expand All @@ -45,15 +45,14 @@ sbt:kuram> tests/testOnly *MonoidSuite
$ sbt "tests/testOnly *MonoidSuite"
```

# Run Examples
## Run Examples
You can run all examples as on the following command:
```bash
# on interactive sbt shell
sbt:kuram> example/run
Multiple main classes detected. Select one to run:
[1] kuram.example.combineMaps
[2] kuram.example.combineOptions
...

# on bash
$ sbt "example/run"
Expand All @@ -70,5 +69,4 @@ Obtained: None, Expected: None

# on bash
$ sbt "example/runMain kuram.example.combineOptions"
...
```

0 comments on commit 14df035

Please sign in to comment.