bump kelvin in quickstart and fullstack guides

This commit is contained in:
Tinnus Napbus 2023-04-12 19:04:26 +12:00
parent 7528591768
commit e5e7f23904
4 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ We only have one agent to start, so `desk.bill` is very simple:
Likewise, `sys.kelvin` just contains:
``` {% copy=true %}
[%zuse 417]
[%zuse 414]
```
The `desk.docket-0` file is slightly more complicated:

View File

@ -1595,7 +1595,7 @@ this by adding a `sys.kelvin` file to the root of our `hut` directory:
```shell {% copy=true %}
cd hut
echo "[%zuse 415]" > sys.kelvin
echo "[%zuse 414]" > sys.kelvin
```
We also need to specify which agents to start when our desk is installed. We do

View File

@ -1916,7 +1916,7 @@ this by adding a `sys.kelvin` file to the root of our `squad` directory:
```shell {% copy=true %}
cd squad
echo "[%zuse 417]" > sys.kelvin
echo "[%zuse 414]" > sys.kelvin
```
We also need to specify which agents to start when our desk is installed. We do

View File

@ -1902,7 +1902,7 @@ this by adding a `sys.kelvin` file to the root of our `tally` directory:
```shell {% copy=true %}
cd tally
echo "[%zuse 417]" > sys.kelvin
echo "[%zuse 414]" > sys.kelvin
```
We also need to specify which agents to start when our desk is installed. We do