From f3a68e707b48fffa45c7c20e90ce249696121ab0 Mon Sep 17 00:00:00 2001 From: Kent Louise Tonino Date: Thu, 4 Jul 2024 02:15:47 +0800 Subject: [PATCH] Modify the readme description. --- README.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e1cfbc..55e8f05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Description +## $\textnormal{Description}$
@@ -15,11 +15,15 @@ -## Local Development +## $\textnormal{Local \ Development}$ - `Running the app.` ```sh +# If you only want to build. +chmod +x run-build.sh +./run-build.sh + # Running the app. chmod +x run.sh ./run.sh @@ -28,3 +32,24 @@ chmod +x run.sh chmod +x run-debug.sh ./run-debug.sh ``` + +
+
+ + + +## $\textnormal{Installation}$ + +```sh +# If you already installed the CLI tool. +sudo snap refresh elementexplorer + +# If not yet installed. +sudo snap install elementexplorer + +# If you want to uninstall. +sudo snap remove elementexplorer + +# Runnin the CLI tool. +elementexplorer +```