Skip to content

Commit

Permalink
Modified readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DontPanicO committed Feb 9, 2021
1 parent 4a57695 commit 0dd0b0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ $ sudo rpm --install grepdl-1.0-1.noarch.rpm
#### Install cloning the repo

```console
git clone https://git.metodogroup.it/andrea.tedeschi/grepdl.git
cd grepdl
python3 -m pip install .
$ git clone https://git.metodogroup.it/andrea.tedeschi/grepdl.git
$ cd grepdl
$ python3 -m pip install .
```
N.B. If you have not python3-pip installed, last command is:

```console
python3 setup.py install
$ python3 setup.py install
```

## Usage
Expand Down

0 comments on commit 0dd0b0f

Please sign in to comment.