Skip to content

Commit

Permalink
Merge pull request #7 from lucashtc/patch-3
Browse files Browse the repository at this point in the history
feat: Update README.md
  • Loading branch information
thiiagoms committed May 8, 2023
2 parents 8511767 + 2ee307c commit 5c3e348
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Simple port scan made with elephants :elephants:
- With Composer:

```bash
$ git clone https//github.com/thiiagoms/harpia
$ git clone https://github.com/thiiagoms/harpia
$ cd harpia
harpia $ composer installl
harpia $ chmod +x harpia
$ composer installl
$ chmod +x harpia
```
### Usage :hammer:

Expand Down Expand Up @@ -76,13 +76,13 @@ $ ./harpia -p <path-to-your-file.txt>
Lint:

```bash
harpia $ composer phpcs src
harpia $ ./vendor/bin/phpinsights
$ composer phpcs src
$ ./vendor/bin/phpinsights
```

Tests:
```bash
harpia $ composer phpunit
$ composer phpunit
```

If you want to contribute, you can also open issue or clone this repository to make a Pull Request, thank you so much for choose Harpia :hearts:

0 comments on commit 5c3e348

Please sign in to comment.