mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
Update README.md
This commit is contained in:
parent
d5539285f8
commit
ab033bd133
1 changed files with 3 additions and 1 deletions
|
@ -8,10 +8,12 @@ Self-host for any-sync, designed for review and testing purposes.
|
|||
|
||||
## Usage
|
||||
* start stand - at the first run the directories `etc/` of configuration files and `storage/` for data storage will be generated:
|
||||
|
||||
For Linux, MacOS and other nix* systems:
|
||||
```
|
||||
make start
|
||||
```
|
||||
If for some reason you do not have the make utility or you are a Windows user, use the following commands:
|
||||
For Windows (Run this in PowerShell, not cmd.exe):
|
||||
```
|
||||
# Generate config
|
||||
docker build -t generateconfig -f Dockerfile-generateconfig .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue