Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrogue committed Feb 20, 2025
1 parent a33f959 commit e132a35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Generate an http4s service on the ember backend with Circe.

1. [Install mill](https://mill-build.org/mill/cli/installation-ide.html)
2. Create your project:
- Scala 2: `mill init http4s/http4s.g8`
- Scala 3: `mill init http4s/http4s.g8 --branch 0.23-scala3`
- Java 8: `mill init http4s/http4s.g8 --branch 0.23-java8`
- Scala 2: `mill -i init http4s/http4s.g8`
- Scala 3: `mill -i init http4s/http4s.g8 --branch 0.23-scala3`
- Java 8: `mill -i init http4s/http4s.g8 --branch 0.23-java8`
3. `cd quickstart`
4. `mill run`
5. `curl http://localhost:8080/hello/$USER`
Expand Down

0 comments on commit e132a35

Please sign in to comment.