1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

README.md: fixed "macos example" run client command

This commit is contained in:
Grigory Efimov 2024-04-02 19:14:18 -03:00
parent a3dc03f547
commit bfae50f0c3
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939

View file

@ -82,7 +82,7 @@ Self-host for any-sync, designed for personal usage or for review and testing pu
* run client (CLI)
```
# macos example
ANYTYPE_LOG_LEVEL="*=DEBUG" ANYPROF=:6060 ANY_SYNC_NETWORK=<pathToRepo>/any-sync-dockercompose/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
```
## configuration