Skip to content

Commit

Permalink
docs: improve use it
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferoverflow committed Jan 7, 2018
1 parent 89946f4 commit c870ccc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c870ccc

Please sign in to comment.