Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
magnolia-k committed Jan 1, 2025
1 parent 9cbfbdd commit 982da9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

## Use this template ##

- [Install sbt](http://www.scala-sbt.org/1.x/docs/Setup.html), version 0.13.13 or higher
- [Install sbt](http://www.scala-sbt.org/1.x/docs/Setup.html), version 1.x or higher
- run:

```sh
$ sbt new scalatra/scalatra.g8
$ cd <name-of-app>
$ sbt
> Jetty/start
> warStart
```

- Open [http://localhost:8080/](http://localhost:8080/) in your browser.
Expand Down

0 comments on commit 982da9f

Please sign in to comment.