Skip to content

Commit

Permalink
Merge pull request #1233 from sundowndev/docs/install
Browse files Browse the repository at this point in the history
Improve install instructions
  • Loading branch information
sundowndev authored Mar 3, 2023
2 parents 7d15bd6 + 9bd6c00 commit 8b21e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ You can also do it from the terminal (UNIX systems only) :
1. Download latest release in the current directory

```
curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install | bash
# Add --help at the end of the command for a list of install options
bash <( curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install )
```

2. Install phoneinfoga
Expand Down

0 comments on commit 8b21e35

Please sign in to comment.