Skip to content

Commit 271ade9

Browse files
fix(docs/README): make get started runnable
a nit fix to make the get started runnable
1 parent c6e3782 commit 271ade9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The goal of this repository is to show how to develop extensions for [JupyterLab
1010
To get started:
1111

1212
```bash
13-
git clone https://github.com/jupyterlab/extension-examples.git && \
13+
git clone https://github.com/jupyterlab/extension-examples.git jupyterlab-extension-examples && \
1414
cd jupyterlab-extension-examples && \
1515
conda env create && \
1616
conda activate jupyterlab-extension-examples && \

0 commit comments

Comments
 (0)