Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Having those, you can improve your cast by:

### Installation

Being a Golang application, you can either build it yourself with `go get` or fetch a specific version from the [Releases page](https://github.com/cirocosta/asciinema-edit/releases):
Being a Golang application, you can either build it yourself with `go install` or fetch a specific version from the [Releases page](https://github.com/cirocosta/asciinema-edit/releases):

```sh
#Using `go`, fetch the latest from `master`
go get -u -v github.com/cirocosta/asciinema-edit
go install github.com/cirocosta/asciinema-edit@latest

#Retrieving from GitHub releases
VERSION=0.0.6
Expand Down