diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-07-07 19:40:01 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-07-07 19:41:24 +0200 |
commit | 39eb4a176ef2fe52247db4ca551fc0f945ffa2ae (patch) | |
tree | 4ce53f2a43beb87205680c4d3378a7e22b6b75d2 /docs | |
parent | aeb9f6260fa209d7dfb11212ec7b89c668312b1b (diff) |
[pkg] document how to test builds for float
Diffstat (limited to 'docs')
-rw-r--r-- | docs/test-float.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/test-float.rst b/docs/test-float.rst new file mode 100644 index 0000000..b3318ec --- /dev/null +++ b/docs/test-float.rst @@ -0,0 +1,9 @@ +Testing float deployments +========================= +You can quickly brand the client for test float instances.:: + + export PROVIDER=floatdemo + make vendor && make build + build/qt/release/floatdemo-vpn + +If your test instance is not there, just add it to `providers/vendor.conf`. |