Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Aug 4, 2023
1 parent 455f22d commit 2f6ece2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Being a Golang application, you can also build it yourself with `go` get or fetc
Fetching from the master branch using `go`:

```sh
$ go install github.com/jessp01/zaje/cmd@v0.21.4
$ go install github.com/jessp01/zaje/cmd@latest
```

If you take this route, you'll need to copy the `highlight/syntax_files` and `utils/functions.rc` manually.
Expand Down Expand Up @@ -76,7 +76,7 @@ After installing `tesseract`, simply invoke the below to install `super-zaje`:

```sh
# install super-zaje
$ go install github.com/jessp01/zaje/cmd/super-zaje@v0.21.4
$ go install github.com/jessp01/zaje/cmd/super-zaje@latest
```

You can then use it thusly:
Expand Down

0 comments on commit 2f6ece2

Please sign in to comment.