Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed May 31, 2024
1 parent d4953d9 commit 575b77a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,22 @@ examples:
# cost time: 1.2575731s
```

## 编译

> 用到的工具链:`bun`, `go 1.22.0+`
### 编译前端

```sh
cd frontend
bun install
bun run build
cd ..
```
### 编译主程序

```sh
go mod tidy
go build
```

0 comments on commit 575b77a

Please sign in to comment.