There was an error while loading. Please reload this page.
1 parent 86dcc5e commit 82662bdCopy full SHA for 82662bd
1 file changed
README.md
@@ -11,10 +11,22 @@ The durable system contract lives in
11
12
## Install
13
14
+This package is not published to the npm registry. Install it from a checkout:
15
+
16
```sh
-npm install -g @compoundingtech/pty
17
+git clone https://github.com/compoundingtech/pty.git
18
+cd pty
19
+npm ci
20
+npm run build
21
+npm install --global --prefix "$HOME/.local" .
22
+export PATH="$HOME/.local/bin:$PATH"
23
+pty --version
24
```
25
26
+The install links to the checkout, so keep the checkout at that path. Put
27
+`$HOME/.local/bin` before other bin directories that can contain a different
28
+command named `pty`.
29
30
Or install with Nix — see [nix.md](nix.md).
31
32
Requires Node.js. Works on macOS and Linux.
0 commit comments