From b41d6f5e800072249c7fbf62e0206afdb992dccc Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Fri, 22 Nov 2024 14:33:49 -0800 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f03e65..5520d45 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,14 @@ npm link Test it out by running `npx anythingllm-hub-cli` in your terminal. ```bash +# Remove the link so you can test the latest version npm unlink -g anythingllm-hub-cli npm uninstall -g anythingllm-hub-cli npx clear-npx-cache npx @mintplex-labs/anythingllm-hub-cli@latest -``` to remove the link when you're done. +``` + +Publish the package: +```bash +npm publish --access public +``` \ No newline at end of file