Skip to content

Commit

Permalink
Update incomplete documentation for install commands
Browse files Browse the repository at this point in the history
After the install script, also run `jlpm` and `jlpm build`.
  • Loading branch information
srdas committed Jan 6, 2025
1 parent 304e0a9 commit bfa657a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/contributors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ This command must be run from the root of the monorepo (`<jupyter-ai-top>`).
cd <jupyter-ai-top>
# Installs all the dependencies and sets up the dev environment
./scripts/install.sh
./scripts/install.sh
jlpm
jlpm build
```

Start and launch JupyterLab in your default browser:
Expand Down

0 comments on commit bfa657a

Please sign in to comment.