Skip to content

Commit 62421c0

Browse files
Modify development install command in Readme
1 parent 8f5dc36 commit 62421c0

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
@@ -260,7 +260,7 @@ You can install a local version of cs-web-lib into a project to test out any cha
260260
npm run rollup
261261
npm pack
262262
cd <PROJECT_REPO_DIR>
263-
npm install <CS_WEB_LIB_REPO_DIR>/cs-web-lib
263+
npm install <CS_WEB_LIB_REPO_DIR>/cs-web-lib/diamondlightsource-cs-web-lib-*.*.*.tar.gz
264264
```
265265
266266

0 commit comments

Comments
 (0)