Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
r0jahsm0ntar1 committed Jun 21, 2024
2 parents cdbe925 + 3602739 commit ec1b05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ sudo apt install Golang -y
## Installation

```bash
git clone https://github.com/r0jahsm0ntar1/africana-framework
sudo git clone https://github.com/r0jahsm0ntar1/africana-framework
```
```bash
cd africana-framework
```
```bash
go build ./africana.go; mv africana /usr/local/bin
sudo go build ./africana.go; sudo mv africana /usr/local/bin
```
## The script should be run as a super user do(sudo) for root permissions .
```bash
Expand Down

0 comments on commit ec1b05b

Please sign in to comment.