# 1.
cd /path/to/anubis-x.y.z
npm install
# 2. Replace tranime
cp /path/to/your/logo.webp web/static/img/happy.webp
cp /path/to/your/logo.webp web/static/img/pensive.webp
cp /path/to/your/logo.webp web/static/img/reject.webp
# 3. Replace trannyspeak
nano lib/localization/locales/en.json
# 4. Build assets + binary
npm run build
# 5. Recompile go binary to add version to binary (find another way to do this if you don't like compiling twice)
VERSION=$(cat VERSION)
go build -ldflags "-X 'github.com/TecharoHQ/anubis.Version=$VERSION'" -o ./var/anubis ./cmd/anubis
# 6. Verify
./var/anubis --version