Compare commits

..
Author SHA1 Message Date
dboreham 7fd2439aa9 Fix output text (#548) 2023-09-27 15:04:13 -06:00
dboreham eca5aae991 Document self-update command (#547) 2023-09-27 14:57:48 -06:00
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -49,6 +49,13 @@ laconic-so version
Version: 1.1.0-7a607c2-202304260513
```
### Update
If Stack Orchestrator was installed using the process described above, it is able to subsequently self-update to the current latest version by running:
```bash
laconic-so update
```
## Usage
The various [stacks](/app/data/stacks) each contain instructions for running different stacks based on your use case. For example:
+1 -1
View File
@@ -87,4 +87,4 @@ def command(ctx, check_only):
print(f"Replacing: {shiv_binary_path} with {temp_download_path}")
os.replace(temp_download_path, shiv_binary_path)
if not ctx.obj.quiet:
print("Done. Run \"laconic-so version\" to see the newly installed version")
print("Run \"laconic-so version\" to see the newly installed version")