Skip to content

Commit

Permalink
deployment note
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Aug 8, 2024
1 parent 130a40d commit c5976ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/Installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ sudo systemctl disable ztnet
```

## Testing other branches
:::note
Do not test in production; use a designated testing environment. Database schemas can vary between branches, and deploying a branch instead of a release may cause issues.
:::
If you want to test out a specific branch of ztnet, you can specify the branch like this, change `main` to the branch you want to test:

```bash
curl http://install.ztnet.network | sudo bash -s -- -b main
```
Expand Down

0 comments on commit c5976ff

Please sign in to comment.