Skip to content

Commit

Permalink
docs: update readme for docker dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Nov 7, 2024
1 parent 52aeeb8 commit e369c92
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ npm start
Open http://localhost:8080

## test
This integration test requires zerotier-one to be running. It may change configuration of your node! It runs in github actions too.
The integration test requires docker to be running.

``` sh
AUTH_TOKEN=$(cat /path/to/authtoken.secret) npm test
```

If you have a pre-release version of zerotier-one try:

``` sh
ENABLE_UNSTABLE=1 npm t
npm test
```


Expand Down

0 comments on commit e369c92

Please sign in to comment.