klio 1.5.1 → 1.5.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,7 +68,7 @@ docker build -t astrocli-gui .
68
68
  docker run -p 3006:37421 astrocli-gui
69
69
  ```
70
70
 
71
- This will start the GUI on `http://localhost:3000`.
71
+ This will start the GUI on `http://localhost:37421`.
72
72
 
73
73
 
74
74
  ### Demo
@@ -77,7 +77,7 @@ Try a live demo of klio web here:
77
77
 
78
78
  🌐 [https://klio.up.railway.app](https://klio.up.railway.app)
79
79
 
80
- ### Configuration
80
+ ## Configuration
81
81
 
82
82
  - **Show status**: `--status` - Shows the stored configuration data
83
83
  - **Setup**: `--setup` - Setup for a default chart which can be accessed with `--i` for example `klio --a --i` for displaying the natal aspects. In this setup you can also set up a local AI model for LM-Studio.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "klio",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "A CLI for astrological calculations",
5
5
  "main": "src/main.js",
6
6
  "bin": {