mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
docs: update readme
This commit is contained in:
parent
09606fd4f4
commit
b709b378f5
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
|||
### A lightweight private npm proxy registry
|
||||
|
||||
|
||||
|
||||
`verdaccio` is a fork of `sinopia`. It aims to keep backwards compatibility with `sinopia`, while keeping up with npm changes.
|
||||
|
||||
[![CircleCI](https://circleci.com/gh/verdaccio/verdaccio/tree/master.svg?style=svg)](https://circleci.com/gh/verdaccio/verdaccio/tree/master)
|
||||
|
@ -40,7 +39,7 @@ See in detail each of these [use cases](https://github.com/verdaccio/verdaccio/t
|
|||
|
||||
### Prerequisites
|
||||
|
||||
* Node.js >= `2.x` (4.6.1) | `3.x` (6.12.0)
|
||||
* Node.js >= `2.x` (4.6.1) | `master` (6.12.0)
|
||||
* `npm` or `yarn`
|
||||
|
||||
Installation and starting (application will create default config in config.yaml you can edit later)
|
||||
|
@ -220,6 +219,7 @@ About the storage there is a running discussion [here](https://github.com/verdac
|
|||
If you have any issue you can try the following options, do no desist to ask or check our issues database, perhaps someone has asked already what you are looking for.
|
||||
|
||||
* [Documentation](wiki/README.md)
|
||||
* [Roadmap](https://github.com/verdaccio/verdaccio/wiki)
|
||||
* [Most common questions](https://github.com/verdaccio/verdaccio/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Aquestion%20)
|
||||
* [Reporting a bug](https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUTING.md#reporting-a-bug)
|
||||
* [Running discussions](https://github.com/verdaccio/verdaccio/issues?q=is%3Aissue+is%3Aopen+label%3Adiscuss)
|
||||
|
@ -230,4 +230,4 @@ If you have any issue you can try the following options, do no desist to ask or
|
|||
## License
|
||||
Verdaccio is [MIT licensed](https://github.com/verdaccio/verdaccio/blob/master/LICENSE).
|
||||
|
||||
The Verdaccio documentation and logos (e.g., .md, .png, .sketch) files in the /wiki and /assets folder) is [Creative Commons licensed](https://github.com/verdaccio/verdaccio/blob/master/LICENSE).
|
||||
The Verdaccio documentation and logos (e.g., .md, .png, .sketch) files in the /wiki and /assets folder) is [Creative Commons licensed](https://github.com/verdaccio/verdaccio/blob/master/LICENSE-docs).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
# Wiki
|
||||
|
||||
[Documentation moved here](https://github.com/verdaccio/verdaccio/tree/3.x/docs).
|
||||
[Documentation moved here](https://github.com/verdaccio/verdaccio/tree/master/docs).
|
||||
|
|
Loading…
Reference in a new issue