fix admin-setup-token.txt
This commit is contained in:
parent
a5753a044e
commit
fc72befec1
3 changed files with 5 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,3 +7,5 @@ node_modules
|
||||||
/release
|
/release
|
||||||
release.tar.gz
|
release.tar.gz
|
||||||
*.log
|
*.log
|
||||||
|
.DS_STORE
|
||||||
|
admin-setup-token.txt
|
||||||
|
|
|
@ -19,6 +19,8 @@ git clone https://github.com/waveringana/simplelink && cd simplelink
|
||||||
cargo run
|
cargo run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On an empty database, an admin-setup-token.txt is created as well as pasted into the terminal output. This is needed to make the admin account.
|
||||||
|
|
||||||
Alternatively if you want a binary form
|
Alternatively if you want a binary form
|
||||||
```bash
|
```bash
|
||||||
./build.sh --binary
|
./build.sh --binary
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
fqfO6awRz3mkc2Kxunkp1uTQcXaSfGD9
|
|
Loading…
Add table
Add a link
Reference in a new issue