diff --git a/README.md b/README.md index 52c4194..4b89e65 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,22 @@ sudo chmod +x run.sh # Run the app. ./run.sh ``` + +
+
+
+ + + +## $\texnormal{Installation}$ + +```sh +# If already installed. +sudo snap refresh tempscale + +# If not yet installed. +sudo snap install tempscale + +# If want to remove. +sudo snap remove tempscale +```