docs: retire la ligne _authToken des instructions d'install

Le paquet est en lecture publique sur le registre Gitea (install anonyme
vérifiée) : seule la redirection de scope est nécessaire, pas de token.
This commit is contained in:
2026-06-17 14:29:22 +02:00
parent 452584710d
commit 3358327f74
2 changed files with 4 additions and 6 deletions

View File

@@ -44,14 +44,13 @@ A single Node.js daemon you run on your dev machine (`npx @johanleroy/git-arbore
### Run it (recommended)
Arboretum is published to a private Gitea npm registry. Point the `@johanleroy` scope at it once per machine — add to `~/.npmrc`:
Arboretum is published to a self-hosted Gitea npm registry. Point the `@johanleroy` scope at it once per machine — add to `~/.npmrc`:
```
@johanleroy:registry=https://git.lidge.fr/api/packages/johanleroy/npm/
//git.lidge.fr/api/packages/johanleroy/npm/:_authToken=<your-gitea-token>
```
(The `_authToken` line is only needed if the package is private.) Then run it from anywhere:
No token needed the package is publicly readable. Then run it from anywhere:
```bash
npx @johanleroy/git-arboretum