Skip to content

Commit

Permalink
link -> install
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Jun 24, 2020
1 parent 20d9627 commit 2f9ad78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ cd jupyterlab-git
pip install -e .[test]
jupyter serverextension enable --py jupyterlab_git --sys-prefix

# Build the labextension and dev-mode link it to jlab
# Build and install your development version of the extension
jlpm
jupyter labextension link .
jupyter labextension install .
```

To rebuild the package after a change and the JupyterLab app:
Expand Down

0 comments on commit 2f9ad78

Please sign in to comment.