We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6977c commit 88e343bCopy full SHA for 88e343b
2 files changed
README.md
@@ -30,6 +30,13 @@ Optional add-ons stay intentionally secondary in v1:
30
31
## Quick Start
32
33
+Install globally:
34
+
35
+```bash
36
+npm install -g fitfo
37
+fitfo onboard clientdomain.com
38
+```
39
40
From this folder:
41
42
```bash
package.json
@@ -45,6 +45,5 @@
45
"engines": {
46
"node": ">=20"
47
},
48
- "license": "GPL-2.0-or-later",
49
- "private": true
+ "license": "GPL-2.0-or-later"
50
}
0 commit comments