Clarify readme
This commit is contained in:
parent
8b3380b8b2
commit
4ec8f6ac83
@ -12,7 +12,7 @@ Because NPM is evil, this package is instead hosted within this GitLab repo.
|
|||||||
|
|
||||||
Installing it isn't too hard! Just follow these simple steps.
|
Installing it isn't too hard! Just follow these simple steps.
|
||||||
|
|
||||||
In your some directory, create (or modify) a `.yarnrc.yml` file:
|
Create (or modify) a `.yarnrc.yml` file (either in your home directory to configure globally, or in the root of the package where you want to install):
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
npmScopes:
|
npmScopes:
|
||||||
@ -20,7 +20,7 @@ npmScopes:
|
|||||||
npmRegistryServer: "https://gitlab.palk.me/api/v4/packages/npm"
|
npmRegistryServer: "https://gitlab.palk.me/api/v4/packages/npm"
|
||||||
```
|
```
|
||||||
|
|
||||||
You will now be able to install any `@paltiverse-public` packages.
|
You will now be able to install any `@paltiverse-public` packages (either for all projects if you added this to your home directory, or just for the current project if you added it there).
|
||||||
|
|
||||||
In the package where you want to install the client, run:
|
In the package where you want to install the client, run:
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user