From fa1dc503ab7cf3346967733143aabd065fabf314 Mon Sep 17 00:00:00 2001 From: ScuroNeko Date: Wed, 28 Jan 2026 22:00:00 +0300 Subject: [PATCH] README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2d2d3b --- /dev/null +++ b/README.md @@ -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` \ No newline at end of file