From f7cf2260f28901f33f5bc979778afeade8129c10 Mon Sep 17 00:00:00 2001 From: usairforce456 <93814955+usairforce456@users.noreply.github.com> Date: Wed, 23 Nov 2022 09:13:39 -0600 Subject: [PATCH] docs: added ubuntu server 20.04 as tested and working (#59) * Added ubuntu server 20.04 as tested and working I Fixed a couple of spelling mistakes and added Ubuntu server 20.04 as tested working. I used a fresh install of Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-100-generic x86_64). I used the Kiauh installer to setup klipper, mainsail, moonraker, and obico. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6d6474..50fd7e7 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,13 @@ So, this will be the 'lookout point' for your Printer. cd ~/crowsnest sudo make install -_This is not tested on other Distributions. If you test that on other Distributions,\ +Tested on the following distributions: + * Ubuntu Server 20.04 + +If you test that on other Distributions,\ feel free to open a Pull Request to enhance Documentation._ -After successful Instalation you should consider to add +After successful Installation you should consider to add [update_manager crowsnest] type: git_repo @@ -41,7 +44,7 @@ After successful Instalation you should consider to add to your moonraker.conf, to get latest and possibly greatest Features. -### To unsinstall 'crowsnest' +### To uninstall 'crowsnest' cd ~/crowsnest make uninstall