Skip to content

Commit 31585d3

Browse files
authored
Merge pull request #94 from eljefedelrodeodeljefe/patch-1
fix(docs/README): make get started runnable
2 parents c6e3782 + 271ade9 commit 31585d3

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)