README.md
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# 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`.
|
||||||
|
|
||||||
|
You can build docker with custom core. Add `COPY ./laniakea ./laniakea` after `COPY ./utils ./utils` and before `COPY ./main.go ./`.
|
||||||
|
|
||||||
|
To build with release core, remove rename from `go.mod`
|
||||||
Reference in New Issue
Block a user