Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Dec 18, 2023
1 parent 23dcb32 commit 699ad7b
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
# homebrew-ockam

Tap the Ockam Homebrew Formula
## Ockam CLI Installation

### Install Ockam

```
brew tap build-trust/ockam
brew install --cask build-trust/ockam/ockam
```

Install Ockam
### Upgrade Ockam

```
brew install ockam
brew update && brew upgrade ockam
```

Upgrade Ockam
## Ockam Desktop App Installation

### Install Portals

```
brew update && brew upgrade ockam
brew install --cask build-trust/ockam/portals --no-quarantine
```

### Upgrade Portals

```
brew update && brew upgrade portals
```

0 comments on commit 699ad7b

Please sign in to comment.