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.
- package/README.md +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:
|
|
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
|
-
|
|
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.
|