mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
docs: fix typo (#3618)
This commit is contained in:
+1
-1
@@ -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/).
|
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.
|
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
|
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`
|
### 2. Commit changes and push to `master`
|
||||||
|
|
||||||
```shel
|
```shell
|
||||||
git add .
|
git add .
|
||||||
# vx.y.z-canary.n
|
# vx.y.z-canary.n
|
||||||
git commit -m "v0.5.4-canary.5"
|
git commit -m "v0.5.4-canary.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user