Skip to content

Commit

Permalink
docs: install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev authored Sep 27, 2022
1 parent fbe1202 commit 63682cb
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,20 @@ Follow the instructions :

You can also do it from the terminal (UNIX systems only) :

```shell
# Download latest release in the current directory
1. Download latest release in the current directory

```
curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install | bash
```

# Check the binary
./phoneinfoga version
2. Install phoneinfoga
```
sudo install ./phoneinfoga /usr/local/bin/phoneinfoga
```

# You can also install it globally
sudo mv ./phoneinfoga /usr/bin/phoneinfoga
3. Test to ensure the version you installed is up-to-date
```
./phoneinfoga version
```

To ensure your system is supported, please check the output of `echo "$(uname -s)_$(uname -m)"` in your terminal and see if it's available on the [GitHub release page](https://github.com/sundowndev/phoneinfoga/releases).
Expand Down

0 comments on commit 63682cb

Please sign in to comment.