You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,20 @@ inletsctl does not automatically delete your exit nodes (read cloud hosts), so y
68
68
69
69
## Install `inletsctl`
70
70
71
-
```bash
72
-
# Install to local directory (and for Windows users)
73
-
curl -sLSf https://inletsctl.inlets.dev | sh
71
+
You can download the latest release from the [releases page](https://github.com/inlets/inletsctl/releases) or use [arkade](https://arkade.dev/):
74
72
73
+
```bash
75
74
# Install directly to /usr/local/bin/
76
-
curl -sLSf https://inletsctl.inlets.dev | sudo sh
75
+
curl -sLSf https://get.arkade.dev | sudo sh
76
+
77
+
# Install to local directory (for Windows users)
78
+
curl -sLSf https://get.arkade.dev | sh
79
+
```
80
+
81
+
The command can install inletsctl initially, and also update it later on:
82
+
83
+
```bash
84
+
arkade get inletsctl
77
85
```
78
86
79
87
Windows users are encouraged to use [git bash](https://git-scm.com/downloads) to install the inletsctl binary.
@@ -110,6 +118,4 @@ type Provisioner interface {
110
118
111
119
### License
112
120
113
-
inletsctl is distributed under the MIT license. inlets-pro, which inletsctl uses is licensed under the [inlets-pro End User License Agreement (EULA)](https://github.com/inlets/inlets-pro/blob/master/EULA.md).
114
-
115
-
[A valid static inlets license or a Gumroad subscription](https://store.openfaas.com/) is required to create tunnel servers with inletsctl.
121
+
inletsctl is distributed under the MIT license. inlets-pro, which inletsctl uses is licensed under the [inlets-pro End User License Agreement (EULA)](https://github.com/inlets/inlets-pro/blob/master/EULA.md) and requires [a personal or business subscription](https://store.openfaas.com/).
0 commit comments