Skip to content

Commit 175310d

Browse files
authored
Update README.md
1 parent 2e9759e commit 175310d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ where `path_to_jupyterlab_staging` is the location of JupyterLab staging directo
127127
- if you use local installation, it might be in `~/.local/lib/python3.6/site-packages/jupyterlab/staging/` (where instead of python3.6 you should use your Python3 version having JupyterLab installed)
128128

129129
5. (Optional) to enable opening files outside of the root directory (the place where you start JupyterLab),
130-
create `.lsp_symlink` and symlink your `home`, `usr`, or any other location which include the files that you wish to make possible to open in there:
130+
create `.lsp_symlink` and symlink your `home`, `usr`, or any other location which includes the files that you wish to make possible to open in there:
131131

132132
```bash
133133
mkdir .lsp_symlink
@@ -136,7 +136,7 @@ ln -s /home home
136136
ln -s /usr usr
137137
```
138138

139-
If your user does not have sufficient permissions to traverse the entire path, you will not be able to open the file.
139+
If your user does not have sufficient permissions to traverse the entire path, you will not be able to open the file. A more detailed guide on symlinking (written for a related jupyterlab-go-to-definition extension) is available [here](https://github.com/krassowski/jupyterlab-go-to-definition/blob/master/README.md#which-directories-to-symlink).
140140

141141
### Updating the extension
142142

0 commit comments

Comments
 (0)