Files
YaeMikoBot/README.md
2026-01-29 17:20:22 +03:00

492 B

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 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 go.mod go.sum ./.

To build with release core, remove rename from go.mod