Skip to content

Commit 61edff8

Browse files
authored
Fix dev install steps in contributor docs (#1188)
Added CLI : `jlpm` and `jlpm build` after the install command `./scripts/install.sh`
1 parent 3f11712 commit 61edff8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/contributors/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ cd <jupyter-ai-top>
4747
4848
# Installs all the dependencies and sets up the dev environment
4949
./scripts/install.sh
50+
jlpm
51+
jlpm build
5052
```
5153

5254
Start and launch JupyterLab in your default browser:

0 commit comments

Comments
 (0)