Skip to content

Commit

Permalink
feat: add instructions to uninstall gbc from Termux
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Jul 29, 2023
1 parent 70e96dd commit f118dce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Follow the next steps to install **gbc**:
### Install gbc for Termux
Follow the next steps to install **gbc** for [Termux](https://termux.dev/en/):

1. Make sure you already have [curl](https://curl.se/) installed on your machine;
1. Make sure you already have [curl](https://curl.se/) installed;
2. Paste this command in your terminal:
```powershell
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/AllanCapistrano/gbc/main/scripts/install-termux.sh)"
Expand Down Expand Up @@ -98,6 +98,13 @@ To uninstall **gbc** run the following command in your terminal:
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/AllanCapistrano/gbc/main/scripts/uninstall.sh)"
```

### Uninstall gbc from Termux
To uninstall **gbc** from [Termux](https://termux.dev/en/) run the following command:

```powershell
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/AllanCapistrano/gbc/main/scripts/uninstall-termux.sh)"
```

------------

## :man_technologist: Author ##
Expand Down

0 comments on commit f118dce

Please sign in to comment.