Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Miller authored Apr 21, 2022
1 parent f6b90ce commit 3ba3470
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ Earth-side component of a language server for Hoon. Enables two-way communicatio
npm install -g @urbit/hoon-language-server
```
### nix
```nix
```bash
nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
nix-env -i ./result
```

## Running

> **_NOTE:_** Usually your editor will handle this, you just need to set the correct parameters in your editor configuration.
>
`hoon-language-server -p 80 -d 0 -u http://localhost -s zod -c lidlut-tabwed-pillex-ridrup`

### Configuration
Expand Down

0 comments on commit 3ba3470

Please sign in to comment.