Skip to content

Commit eb43f14

Browse files
authored
Update README.md
1 parent 4ff97a5 commit eb43f14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ A JupyterLab plugin for version control of Jupyter notebooks. It can,
2020
* JupyterLab >= 2.0
2121

2222
## Install
23-
23+
#### 1. Install Required Packages
2424
```bash
2525
pip install --upgrade jupyterlab_gitplus
2626
jupyter labextension install @reviewnb/jupyterlab_gitplus
2727
jupyter serverextension enable --py jupyterlab_gitplus
2828
```
2929

30-
### Setup GitHub token
31-
Here's [GitHub's guide](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) to generate personal access token. Briefly speaking,
30+
#### 2. Setup GitHub token
31+
Tokens are required to make API calls to GitHub to push commits and create pull requests.
3232

3333
- Head over [developer settings on GitHub](https://github.com/settings/tokens). Click "Generate New Token".
3434
- Select Repo scope. Click "Generate Token". Copy the generated token.

0 commit comments

Comments
 (0)