kanteam-linux-x64 1.47.2 → 1.47.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<p align="center">Markdown‑native multi-user, self-hostable Kanban & backlog manager for any Git repository</p>
|
|
3
3
|
|
|
4
4
|
<p align="center">
|
|
5
|
-
<code>npm i -g kanteam</code> or <code>bun add -g kanteam</code>
|
|
5
|
+
<code>npm i -g @tuxo83/kanteam</code> or <code>bun add -g @tuxo83/kanteam</code> — command: <code>kanteam</code>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|

|
|
@@ -61,9 +61,9 @@ Home: [kanteam.com](https://kanteam.com) · Everything below documents the share
|
|
|
61
61
|
## <img src="./.github/5-minute-tour-256.png" alt="Getting started" width="28" height="28" align="center"> Getting started
|
|
62
62
|
|
|
63
63
|
```bash
|
|
64
|
-
# Install
|
|
65
|
-
bun i -g kanteam
|
|
66
|
-
# or: npm i -g kanteam
|
|
64
|
+
# Install (published as the scoped package @tuxo83/kanteam; the command stays `kanteam`)
|
|
65
|
+
bun i -g @tuxo83/kanteam
|
|
66
|
+
# or: npm i -g @tuxo83/kanteam
|
|
67
67
|
|
|
68
68
|
# Initialize in any Git repo
|
|
69
69
|
backlog init "My Awesome Project"
|
package/backlog
CHANGED
|
Binary file
|