Browse Source

Updating README with improvements...

Brian E. Granger 8 years ago
parent
commit
a77898de99
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -32,10 +32,11 @@ Open a browser to the notebook server's URL (e.g., `http://localhost:8888`).
 
 ### Developer Installation
 
-You will need npm (preferably version 5 or later).
+You will need npm (preferably version 5 or later). First fork the repo in the GitHub UI and then
+clone locally:
 
 ```bash
-git clone https://github.com/jupyter/jupyterlab.git
+git clone https://github.com/<your-github-username>/jupyterlab.git
 cd jupyterlab
 npm install
 pip install -e . # will take a long time to build everything