Skip to content

Commit

Permalink
docs: add homebrew installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Mar 10, 2023
1 parent ff3f1e6 commit 74cd206
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Follow the instructions :

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

1. Download latest release in the current directory
1. Download the latest release in the current directory

```
# 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
2. Install it globally
```
sudo install ./phoneinfoga /usr/local/bin/phoneinfoga
```
Expand All @@ -32,7 +32,15 @@ sudo install ./phoneinfoga /usr/local/bin/phoneinfoga

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).

## Using Docker
## Homebrew

PhoneInfoga is now available on Homebrew. Homebrew is a free and open-source package management system for Mac OS X. Install the official phoneinfoga formula from the terminal.

```shell
brew install phoneinfoga
```

## Docker

!!! info
If you want to use the beta channel, you can use the `next` tag, it's updated directly from the master branch. But in most cases we recommend using [`latest`, `v2` or `stable` tags](https://hub.docker.com/r/sundowndev/phoneinfoga/tags) to only get release updates.
Expand Down Expand Up @@ -69,7 +77,7 @@ services:
- "80:5000"
```

### From the source code
### Build from source

You can download the source code, then build the docker images

Expand Down

0 comments on commit 74cd206

Please sign in to comment.