Skip to content

Commit 9df4d0f

Browse files
Update readme
Signed-off-by: Andy Jakubowski <[email protected]>
1 parent 65d5744 commit 9df4d0f

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
@@ -82,7 +82,7 @@ The `@deepnote/blocks` package is published on GitHub Packages. To install it, y
8282
- Select the `read:packages` scope
8383
- Generate and copy the token
8484

85-
2. Set the `GITHUB_TOKEN` environment variable to ensure `jlpm` (which is a wrapper around Yarn) can download the `@deepnote/blocks` package from the GitHub package registry. You can set the variable in `.zshrc` or manually like:
85+
2. Set the `GITHUB_TOKEN` environment variable to ensure `jlpm` (which is a wrapper around Yarn) can download the `@deepnote/blocks` package from the GitHub package registry. You can export the variable in `.zshrc` (or by reading a `~/.env` file):
8686
```shell
8787
export GITHUB_TOKEN=your_token_here
8888
```

0 commit comments

Comments
 (0)