fix admin-setup-token.txt
This commit is contained in:
parent
a5753a044e
commit
fc72befec1
3 changed files with 5 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -6,4 +6,6 @@ node_modules
|
|||
/target
|
||||
/release
|
||||
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
|
||||
```
|
||||
|
||||
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
|
||||
```bash
|
||||
./build.sh --binary
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
fqfO6awRz3mkc2Kxunkp1uTQcXaSfGD9
|
Loading…
Add table
Add a link
Reference in a new issue