16 lines
581 B
Markdown
16 lines
581 B
Markdown
# Kurumi Bot
|
|
|
|
## Building
|
|
- Linux
|
|
1. Run `make`
|
|
- Windows
|
|
1. Run `build.bat`
|
|
|
|
## Development
|
|
While development, if needed to change core code, clone dev branch [Laniakea](https://git.nix13.pw/ScuroNeko/Laniakea) inside root folder as `laniakea`.
|
|
Uncomment `replace git.nix13.pw/scuroneko/laniakea v{VERSION} => ./laniakea`.
|
|
|
|
Docker build now copies the whole project context except files excluded by `.dockerignore`, so a local `./laniakea` folder is picked up automatically when the `replace` directive is enabled.
|
|
|
|
To build with release core, remove rename from `go.mod`
|