mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 15:12:09 +03:00
docs: fix typo (#3618)
This commit is contained in:
parent
3009d729fa
commit
4d1692db7b
@ -62,7 +62,7 @@ yarn install
|
||||
|
||||
Run the following script. It will build the native module at [`/packages/native`](/packages/native) and build Node.js binding using [NAPI.rs](https://napi.rs/).
|
||||
This could take a while if you build it for the first time.
|
||||
Note: use `strip` from system instead of `binutils` if you are runinng MacOS. [see problem here](https://github.com/toeverything/AFFiNE/discussions/2840)
|
||||
Note: use `strip` from system instead of `binutils` if you are running MacOS. [see problem here](https://github.com/toeverything/AFFiNE/discussions/2840)
|
||||
|
||||
```
|
||||
yarn workspace @affine/native build
|
||||
|
@ -23,7 +23,7 @@ And Read the semver specification to understand how to version your release. htt
|
||||
|
||||
### 2. Commit changes and push to `master`
|
||||
|
||||
```shel
|
||||
```shell
|
||||
git add .
|
||||
# vx.y.z-canary.n
|
||||
git commit -m "v0.5.4-canary.5"
|
||||
|
Loading…
Reference in New Issue
Block a user