@dataramen/cli 0.0.45-rc.1 → 0.0.45-rc.3

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
@@ -49,7 +49,17 @@ dataramen start
49
49
 
50
50
  ### Open the App
51
51
 
52
- Go to https://app.dataramen.xyz in your browser. Your local server will connect automatically.
52
+ Go to `localhost:4466` in your browser. Your local server will connect automatically.
53
+
54
+ ### Update the App
55
+
56
+ You can update DataRamen CLI using `NPM` install command:
57
+
58
+ ```bash
59
+ npm i -g @dataramen/cli
60
+ ```
61
+
62
+ The above command will install latest stable version.
53
63
 
54
64
  ## 🔧 Additional CLI Commands
55
65
 
package/dist/README.md CHANGED
@@ -49,7 +49,17 @@ dataramen start
49
49
 
50
50
  ### Open the App
51
51
 
52
- Go to https://app.dataramen.xyz in your browser. Your local server will connect automatically.
52
+ Go to `localhost:4466` in your browser. Your local server will connect automatically.
53
+
54
+ ### Update the App
55
+
56
+ You can update DataRamen CLI using `NPM` install command:
57
+
58
+ ```bash
59
+ npm i -g @dataramen/cli
60
+ ```
61
+
62
+ The above command will install latest stable version.
53
63
 
54
64
  ## 🔧 Additional CLI Commands
55
65