Skip to content

Commit

Permalink
update installation script (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanweixiao committed Aug 1, 2022
1 parent 6895e44 commit ac580fb
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions README.md
Expand Up @@ -37,24 +37,17 @@ If an application can be deployed anywhere close to their end users, solve the p

### 1. Install CLI

#### Binary (Recommended)

```bash
curl -fsSL "https://bina.egoist.sh/yomorun/cli?name=yomo" | sh
```

#### Or build from source

```bash
go install github.com/yomorun/cli/yomo@latest
curl -fsSL https://get.yomo.run | sh
```

#### Verify if the CLI was installed successfully
Verify if the CLI was installed successfully

```bash
$ yomo -V
$ yomo version

YoMo CLI version: v1.0.0
YoMo CLI Version: v1.1.1
Runtime Version: v1.8.1
```

### 2. Create your stream function
Expand Down

0 comments on commit ac580fb

Please sign in to comment.