From c870ccc8c34e68ee77218ce1192d346bd539a251 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Sun, 7 Jan 2018 02:50:32 +0100 Subject: [PATCH] docs: improve use it --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9748f46..76605b6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,22 @@ auth: url: https://gitlab.com ``` -authenticate with your gitlab username and your [Personal Access Token](https://gitlab.com/profile/personal_access_tokens) +start verdaccio and authenticate with your credentials: + +- gitlab username +- [Personal Access Token](https://gitlab.com/profile/personal_access_tokens) + +via web on [http://localhost:4873](http://localhost:4873) or adduser + +```sh +npm adduser --registry http://localhost:4873 +``` + +and publish packages + +```sh +npm publish --registry http://localhost:4873 +``` ## Todo