Parcourir la source

update readme

a624669980@163.com il y a 3 ans
Parent
commit
0ffa2f901a
2 fichiers modifiés avec 21 ajouts et 3 suppressions
  1. 1 1
      CHANGELOG.md
  2. 20 2
      README.md

+ 1 - 1
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
 

+ 20 - 2
README.md

@@ -1,3 +1,13 @@
+<!--
+ * @Author: LinkLeong link@icewhale.com
+ * @Date: 2022-05-13 18:15:56
+ * @LastEditors: LinkLeong
+ * @LastEditTime: 2022-07-08 14:10:58
+ * @FilePath: /CasaOS/README.md
+ * @Description: 
+ * @Website: https://www.casaos.io
+ * Copyright (c) 2022 by icewhale, All Rights Reserved. 
+-->
 # 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)