File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,18 @@ This is the client for the [DataManagerServer](https://github.com/JojiiOfficial/
55![ File List] ( https://very.highly.illegal-dark-web-server.xyz/preview/raw/5eFeAZ5HRIxuUMIxx4SzUbYwZ )
66
77# Installation
8+ Use the newest binary from the [ releases] ( https://github.com/DataManager-Go/DataManagerCLI/releases ) or compile it by yourself:
9+
810Go 1.11+ is required
911``` go
1012go mod download && go build -o main && sudo mv main /usr/local/bin/manager
1113```
1214
1315# Setup
14- Run ` manager ping ` once to create a config file in ` ~/.dmanager/ ` . Change the 'server.url' to your DataManager server url.
16+ Run ` manager setup <host> ` to create a configuration file and login.<br >
17+ Alternatively you can use ` manager setup <host> --register ` to create an account instead of loggin in.<br >
18+ If you want to create a config and don't want to login/register at all, run ` manager setup <host> --no-login ` <br >
19+ If Your server has no valid SSL certificate, but you want to use it anyway (not recommended), use the ` --Ignore-cert ` flag.
1520
1621# Register/Login
1722Use ` manager register ` to create an account. The ` allowregistration ` must be set to true in the server config.<br >
You can’t perform that action at this time.
0 commit comments