Skip to content

Commit

Permalink
Work on guides.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchambers committed Apr 30, 2020
1 parent 8944abb commit b01ae07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Ensure you have a C compiler, latest janet from git, pkg-config, libbsd and liba
Clone the source code using Git.

```
$ git clone https://github.com/andrewchambers/hermes
$ git clone --recurse-submodules https://github.com/andrewchambers/hermes
$ cd hermes
```

Expand Down Expand Up @@ -55,11 +55,11 @@ $ jpm load-lockfile lockfile.jdn
$ jpm build
```

## Multi user install
This is useful as it ensures you have exactly the same build environment as are used for releases.

Hermes also supports a shared global package store.
## Multi user install

To use hermes in this mode requires slightly more configuration.
Hermes also supports a shared system package store, though to use hermes in this mode requires slightly more configuration.

First install hermes as root:

Expand Down
2 changes: 1 addition & 1 deletion doc/quick-start/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ you are interested in diving into using Hermes.

## Installing Hermes

[see the installation guide](../installing.md).
See the [installation guide](../installing.md).

## Initializing Hermes

Expand Down

0 comments on commit b01ae07

Please sign in to comment.