Skip to content

Commit

Permalink
docs(#90): update readme for dropped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 15, 2024
1 parent c290cd2 commit 0a037a6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ following optional keys:
how long the server should wait in ms before shutting down after
the last client disconnected; this will be overwritten by the environment
variable `VIV_TIMEOUT` (default is 10000)
- **`"openCmd"`**\
the command `viv` uses to open your browser at a given URL; this
will be overwritten by the environment variable `VIV_OPEN` (default will try
`open` and fall back to `xdg-open`)
- **`"katexOptions"`**\
[available KaTeX options](https://katex.org/docs/options.html), such as
```json
Expand Down Expand Up @@ -101,16 +97,14 @@ directory as an argument! See below for installation options.

### Manual

- make sure you have [`jq`](https:/jqlang/jq) installed
- download & unpack the [latest
release](https:/jannis-baum/vivify/releases) for your system
(macOS or Linux)
- add the two executables to your `$PATH`

### Compile yourself

- make sure you have [`jq`](https:/jqlang/jq),
[`yarn`](https://yarnpkg.com), `make` and `zip` installed
- make sure you have [`yarn`](https://yarnpkg.com), `make` and `zip` installed
- clone the repository
- run `yarn`
- run `./configure <install_dir>`
Expand Down

0 comments on commit 0a037a6

Please sign in to comment.