mirror of
https://codeberg.org/aryak/mozhi
synced 2024-12-22 07:39:48 +05:30
update build instructiosn
This commit is contained in:
parent
e23e61adfd
commit
df42b53e57
@ -15,8 +15,13 @@ I'm initially focusing on the api and engines, but eventually Mozhi will have a
|
||||
- MyMemory
|
||||
- DuckDuckGo (almost 1-1 with Bing Translate)
|
||||
|
||||
## Installation
|
||||
Just `go build` and you're done :D
|
||||
## Building
|
||||
```
|
||||
go mod download
|
||||
go install github.com/swaggo/swag/cmd/swag@latest
|
||||
swag init
|
||||
go build -o mozhi
|
||||
```
|
||||
|
||||
## API Docs
|
||||
Mozhi makes use of swagger (with the swagger fiber middleware) to manage the documentation of the API.
|
||||
|
Loading…
Reference in New Issue
Block a user