Skip to content

Commit 88e343b

Browse files
committed
Prepare npm publication
1 parent 0b6977c commit 88e343b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Optional add-ons stay intentionally secondary in v1:
3030

3131
## Quick Start
3232

33+
Install globally:
34+
35+
```bash
36+
npm install -g fitfo
37+
fitfo onboard clientdomain.com
38+
```
39+
3340
From this folder:
3441

3542
```bash

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@
4545
"engines": {
4646
"node": ">=20"
4747
},
48-
"license": "GPL-2.0-or-later",
49-
"private": true
48+
"license": "GPL-2.0-or-later"
5049
}

0 commit comments

Comments
 (0)