mirror of
https://github.com/logos-messaging/go-zerokit-rln-x86_64.git
synced 2026-01-02 05:23:12 +00:00
chore: update README.md
This commit is contained in:
parent
2a77c3734d
commit
f56f245ef9
18
README.md
18
README.md
@ -6,3 +6,21 @@ git submodule init
|
||||
git submodule update --recursive
|
||||
make
|
||||
```
|
||||
|
||||
# Updating zerokit
|
||||
```bash
|
||||
export ZEROKIT_COMMIT=master # Use a commit, branch or tag
|
||||
cd zerokit
|
||||
git pull
|
||||
git checkout ${ZEROKIT_COMMIT}
|
||||
cd ..
|
||||
make
|
||||
git add zerokit
|
||||
git add libs/*/librln.a
|
||||
git commit -m "chore: bump zerokit"
|
||||
git push
|
||||
```
|
||||
|
||||
# Adding a new architecture
|
||||
1. Edit `./scripts/build.sh` to add the new architecture. Refer to this list of [supported targets](https://github.com/cross-rs/cross#supported-targets)
|
||||
2. Edit `./rln/link.go` to add a **cgo** build tag for the new architecture
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user