From f753dda743178b716875cfd00996ba598607a85a Mon Sep 17 00:00:00 2001 From: JesseBot Date: Fri, 1 Dec 2023 14:19:58 +0100 Subject: [PATCH] Update README.md - explain how to test new pre-releases (#97) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0af520a7..4505b7161 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,10 @@ smol-k8s-lab -`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.