1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

Change repository path

This commit is contained in:
Andrew Simachev 2023-04-25 18:17:59 +02:00 committed by Mikhail Iudin
parent 8b6bfa9081
commit 41b34ef0be
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
2 changed files with 14 additions and 14 deletions

View file

@ -4,8 +4,8 @@
1. Install Golang 1.19+ [from here](http://golang.org/dl/) or using preferred package manager
2. Follow instructions below for the target systems
#### Build and install for the [desktop client](https://github.com/anytypeio/js-anytype)
1. `make install-dev-js` to build the local server and copy it and protobuf binding into `../js-anytype`
#### Build and install for the [desktop client](https://github.com/anyproto/anytype-ts)
1. `make install-dev-js` to build the local server and copy it and protobuf binding into `../anytype-ts`
#### Build for iOS
Instructions to set up environment for ios [here](https://github.com/anytypeio/ios-anytype/blob/develop/docs/Setup_For_Middleware.md)