1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

add table overview of moving the helper

This commit is contained in:
negue 2023-07-23 21:46:58 +02:00
parent 4912ce999e
commit 1c8a14d128
2 changed files with 12 additions and 6 deletions

8
.gitignore vendored
View file

@ -20,8 +20,8 @@ src/json/schema
licenses.json
# generated by update.sh
/linux-amd64/
/linux-arm64/
/darwin-amd64/
/darwin-arm64/
/linux-amd*/
/linux-arm*/
/darwin-amd*/
/darwin-arm*/
/windows/

View file

@ -16,12 +16,18 @@ Also, [install `gitleaks`](https://github.com/zricethezav/gitleaks#installing) t
Fetch the latest binary from the [github releases](https://github.com/anytypeio/go-anytype-middleware/releases/latest)
```shell
./update.sh <macos-latest|ubuntu-latest|windows-latest>
./update.sh <macos-latest|ubuntu-latest|windows-latest> <arm|amd> # arm/amd only for macos/ubuntu
```
Or compile from the source code. Follow instructions at [`anytype-heart`](https://github.com/anyproto/anytype-heart#how-to-build).
After `./update.sh` downloaded the binary or after compiling it from source, you need to move `anytypeHelper` (`anytypeHelper.exe` for Windows) into the `dist` Folder.
After `./update.sh` downloaded the binary or after compiling it from source, you need to move `anytypeHelper` into the `dist` Folder.
| OS CPU Type | move command |
|--------------------|-------------------------------------|
| Windows | *already copied to the dist folder* |
| MacOS <arm \| amd> | `mv darwin-*/anytypeHelper dist/` |
| Linux <arm \| amd> | `mv linux-*/anytypeHelper dist/` |
### Building