Skip to content

Commit

Permalink
docs(release): update readme with 6.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.2.1](v6.2.0...v6.2.1) (2021-03-24)

### Bug Fixes

* checkin fixed sem-rel patched readme ([d7bfc81](d7bfc81))
  • Loading branch information
semantic-release-bot committed Mar 24, 2021
1 parent d7bfc81 commit 592bf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ the [releases page](https://github.com/cdaringe/rad/releases).
| ------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| cli | `deno` | `deno install --unstable -f -A -n rad https://raw.githubusercontent.com/cdaringe/rad/main/src/bin.ts` |
| cli | `docker` | `docker pull cdaringe/rad` <sup>1</sup> |
| cli | `curl` | <code>curl -fsSL https://github.com/cdaringe/rad/releases/download/v1.2.0/install.sh \| sh</code> (versioned)<br /><code>curl -fsSL https://raw.githubusercontent.com/cdaringe/rad/main/assets/install.sh \| sh</code> (latest) |
| cli | `curl` | <code>curl -fsSL https://github.com/cdaringe/rad/releases/download/v6.2.1/install.sh \| sh</code> (versioned)<br /><code>curl -fsSL https://raw.githubusercontent.com/cdaringe/rad/main/assets/install.sh \| sh</code> (latest) |
| library | `deno` | `import * as rad from https://github.com/cdaringe/rad/blob/main/src/mod.ts` |

<sup>1</sup>For docker users, consider making a nice shell alias
Expand Down

0 comments on commit 592bf63

Please sign in to comment.