mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
README.md fixed
This commit is contained in:
parent
c5fb241eb7
commit
13035493b2
1 changed files with 3 additions and 3 deletions
|
@ -86,11 +86,11 @@ Self-host for any-sync, designed for personal usage or for review and testing pu
|
||||||
```
|
```
|
||||||
|
|
||||||
* run client (GUI)
|
* run client (GUI)
|
||||||
|
Download client for [desktop](https://download.anytype.io/)
|
||||||
Use `<pathToRepo>/any-sync-dockercompose/etc/client.yml` as a network configuration for the clients.
|
Use `<pathToRepo>/etc/client.yml` as a network configuration for the clients.
|
||||||
See [the documentation](https://doc.anytype.io/anytype-docs/data-and-security/self-hosting#switching-between-networks) for more details.
|
See [the documentation](https://doc.anytype.io/anytype-docs/data-and-security/self-hosting#switching-between-networks) for more details.
|
||||||
|
|
||||||
* run client (CLI)
|
* run client (CLI)
|
||||||
```
|
```
|
||||||
# macos example
|
# macos example
|
||||||
ANYTYPE_LOG_LEVEL="*=DEBUG" ANYPROF=:6060 ANY_SYNC_NETWORK=$(pwd)/etc/client.yml /Applications/Anytype.app/Contents/MacOS/Anytype
|
ANYTYPE_LOG_LEVEL="*=DEBUG" ANYPROF=:6060 ANY_SYNC_NETWORK=$(pwd)/etc/client.yml /Applications/Anytype.app/Contents/MacOS/Anytype
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue