Skip to content

Commit 3f397da

Browse files
add links to hombrew installation, curl, wget and qleetctl Unisntall section (#2)
* fix: issue #1 Signed-off-by: Andriy Kalashnykov <[email protected]> * fix: revert README Signed-off-by: Rich Lander <[email protected]> Signed-off-by: Andriy Kalashnykov <[email protected]> Signed-off-by: Rich Lander <[email protected]> Co-authored-by: Rich Lander <[email protected]>
1 parent 95025d5 commit 3f397da

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/getting-started.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Github.
1111

1212
### Homebrew
1313

14-
Homebrew offers the simplest install for Mac and Linux:
14+
[Homebrew](https://brew.sh/) offers the simplest install for Mac and Linux:
1515

1616
```bash
1717
brew tap qleet/tap
@@ -26,6 +26,8 @@ handled for you. Otherwise, ensure these tools are installed first:
2626

2727
* [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
2828
* [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)
29+
* [curl](https://help.ubidots.com/en/articles/2165289-learn-how-to-install-run-curl-on-windows-macosx-linux)
30+
* [wget](https://www.gnu.org/software/wget/)
2931

3032
Then install qleetctl:
3133

@@ -98,3 +100,10 @@ the sample app running:
98100
kubectl get po -n sample-app
99101
```
100102

103+
## Uninstall QleetOS
104+
105+
To uninstall the QleetOS control plane locally:
106+
107+
```bash
108+
qleetctl uninstall
109+
```

0 commit comments

Comments
 (0)