Skip to content

Commit a4e0ab6

Browse files
committed
Update readme about usage.
1 parent 35919eb commit a4e0ab6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
## Requirement
66

7-
- NodeJS & Yarn
8-
- Goby
9-
- PostgresDB
7+
- Docker
8+
- Docker compose
9+
1010
## Usage
1111

1212
Clone it!
@@ -15,10 +15,10 @@ Clone it!
1515
$ git clone [email protected]:goby-lang/sample-web-app.git
1616
```
1717

18-
Go into the project directory, then open another terminal and run the command:
18+
Go into the project directory and run the command:
1919

2020
```
21-
$ goby server.gb
21+
$ docker-compose up
2222
```
2323

2424
Open `http://localhost:3000` and enjoy!

0 commit comments

Comments
 (0)