Skip to content

Commit 0aa41c1

Browse files
author
JojiiOfficial
committed
update README.md
1 parent 816fc49 commit 0aa41c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
810
Go 1.11+ is required
911
```go
1012
go 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
1722
Use `manager register` to create an account. The `allowregistration` must be set to true in the server config.<br>

0 commit comments

Comments
 (0)