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 ed3c8d8
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,41 @@
# homebrew-ockam

Tap the Ockam Homebrew Formula
## Ockam CLI Installation

### Tap the Ockam Homebrew Formula

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

Install Ockam
### Install Ockam

```
brew install ockam
```

Upgrade Ockam
### Upgrade Ockam

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

## Ockam Desktop App Installation

### Tap the Ockam App Homebrew Formula

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

### Install Portals

```
brew install portals
```

### Upgrade Portals

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

0 comments on commit ed3c8d8

Please sign in to comment.