Skip to content

Commit

Permalink
Fix run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed Feb 3, 2024
1 parent 7067ce4 commit f407f2e
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 @@ -11,15 +11,15 @@ Note that `tudo_server` uses PostgresSQL database to store its data, so make sur
The simplest way to run the program is to run main.dart:

``` shell
$ pub get
$ dart pub get
$ dart bin/main.dart
Serving at http://localhost:8080
```

However, you might prefer to precompile the program into native code, making it much more efficient:

``` shell
$ pub get
$ dart pub get
$ dart compile exe bin/main.dart -o tudo_server
$ ./tudo_server
Serving at http://localhost:8080
Expand Down

0 comments on commit f407f2e

Please sign in to comment.