Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Jul 20, 2023
1 parent 85d2a76 commit 2f69c3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ $ curl https://raw.githubusercontent.com/jessp01/zaje/master/install_zaje.sh > i
$ ./install_zaje.sh
```

If you run `install_zaje.sh` as a super user, you only need to start a new shell to get all the functionality.
Otherwise, you'll need to source the functions file (see the script's output for instructions).

Being a Golang application, you can also build it yourself with `go` get or fetch a [specific version](https://github.com/jessp01/zaje/releases).

Fetching from the master branch using `go`:
Expand All @@ -45,6 +48,8 @@ Fetching from the master branch using `go`:
$ go install github.com/jessp01/zaje
```

If you take this route, you'll need to copy the `highlight/syntax_files` and `utils/functions.rc` manually.

### Adding and revising lexers

See [Revising and adding new lexers](https://github.com/jessp01/gohighlight#revising-and-adding-new-lexers).
Expand Down

0 comments on commit 2f69c3f

Please sign in to comment.