From 4ec8f6ac83b3298504022752e0a7627c46f202b0 Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Sat, 23 Dec 2023 12:47:23 +0000 Subject: [PATCH] Clarify readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9028c3d..2d337ae 100644 --- a/README.md +++ b/README.md @@ -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: ```