Skip to content

Commit

Permalink
Update README.md - explain how to test new pre-releases (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Dec 1, 2023
1 parent e6ef14a commit f753dda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ smol-k8s-lab

</details>

`v2.0.0a1` is available for testing but docs and screenshots are still under development. ETA is about 2 weeks for those to be complete and the official `2.0.0` to be launched, which will support a full TUI and a range of new options in the config file.
`v2.0.0a1` is available for testing but docs and screenshots are still under development. ETA is about 1-2 weeks for those tests to be complete and the official `2.0.0` to be launched, which will support a full TUI and a range of new options in the config file. To begin testing that release (or [other pre-releases](https://pypi.org/project/smol_k8s_lab/2.0.0a1/#history)) you can do:
```bash
pip install smol_k8s_lab==2.0.0a1
```

#### Creating a new config without running smol-k8s-lab
This is helpful if you just want to take a look at the default configuration before installing any Kubernetes distros. This will also allow you to disable any default applications you'd like ahead of time.
Expand Down

0 comments on commit f753dda

Please sign in to comment.