Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ curl https://raw.githubusercontent.com/JustinTimperio/warp-cli/master/build/inst
- Fedora 32, 31, 30, 29 and 28 Workstation and Server
- CentOS 8

** OSX Catalina install (likely other MACs).
```# from terminal (with developer tools, but NOT Xcode installled)
git clone REPO
cd REPO
./build/install_osx.sh
```

### Uninstall
Warp-CLI will remove itself from the machine but WDT will remain installed.
```
Expand Down
Loading