@markus-global/cli 0.3.1 → 0.3.2

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Official command-line interface for [Markus](https://github.com/markus-global/markus) — install, configure, and run the open-source AI team platform from your terminal.
4
4
 
5
- The CLI wraps interactive setup (`markus init`) and platform startup (`markus start`) so you can go from zero to a running dashboard without cloning the monorepo.
5
+ The CLI wraps platform startup (`markus start`) so you can go from zero to a running dashboard without cloning the monorepo.
6
6
 
7
7
  ## Install
8
8
 
@@ -13,7 +13,7 @@ npm install -g @markus-global/cli
13
13
  ## Quick start
14
14
 
15
15
  ```bash
16
- markus init && markus start
16
+ markus start
17
17
  ```
18
18
 
19
19
  Then open the app in your browser (default: `http://localhost:8056`).