Skip to content

Commit

Permalink
Modify the readme description.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Jul 3, 2024
1 parent c46b28d commit f3a68e7
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Description
## $\textnormal{Description}$

<br />

Expand All @@ -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
Expand All @@ -28,3 +32,24 @@ chmod +x run.sh
chmod +x run-debug.sh
./run-debug.sh
```

<br />
<br />



## $\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
```

0 comments on commit f3a68e7

Please sign in to comment.