From 0ffa2f901a34118561a64ae9cb53c858381b0e0f Mon Sep 17 00:00:00 2001 From: "a624669980@163.com" Date: Fri, 8 Jul 2022 14:12:23 +0800 Subject: [PATCH] update readme --- CHANGELOG.md | 2 +- README.md | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed5bfa..246685d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -## [0.3.3-pre] - 2022-07-01(UTC) +## [0.3.3] - 2022-07-08(UTC) ### Added diff --git a/README.md b/README.md index 6279f83..76a8b9f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ + # CasaOS - A simple, easy-to-use, elegant open-source Home Cloud system. ![CasaOS](https://raw.githubusercontent.com/IceWhaleTech/logo/main/casaos/casaos_banner_aldeyjarfoss.png) @@ -26,21 +36,29 @@ IceWhale team believes that through community-driven collaborative innovation an Fresh install a system from the list below and run the this command: ```sh -wget -qO- https://get.icewhale.io/casaos.sh | bash +wget -qO- https://get.casaos.io | bash ``` or ```sh -curl -fsSL https://get.icewhale.io/casaos.sh | bash +curl -fsSL https://get.casaos.io | bash ``` ### Uninstall CasaOS +Before v0.3.3 + ```sh curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | bash ``` +After v0.3.3 and v0.3.3 + +``` +casaos-uninstall +``` + ### System Compatibility - Ubuntu Server 20.04 amd64 (✅ Recommend, Tested)