Clarify readme

This commit is contained in:
Pal Kerecsenyi 2023-12-23 12:47:23 +00:00
parent 8b3380b8b2
commit 4ec8f6ac83
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -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.
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
npmScopes:
@ -20,7 +20,7 @@ npmScopes:
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:
```