Skip to content

Commit

Permalink
feat(doc): add installation instructions for MacOS and Windows
Browse files Browse the repository at this point in the history
Added Homebrew instructions for MacOS and winget instructions for Windows in the README file. This update aims to simplify the installation process for users on these operating systems.
  • Loading branch information
ryanbekhen committed Dec 8, 2024
1 parent a5858fb commit ff6018a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,23 @@ sudo yum update
sudo yum install nanoproxy
```

### MacOS

You can install NanoProxy using Homebrew:

```shell
brew tap ryanbekhen/nanoproxy
brew install nanoproxy
```

### Windows

You can download using winget:

```shell
winget install nanoproxy
```

## Usage

After installing NanoProxy using the provided packages (.deb or .rpm) or accessing it through the repository,
Expand Down

0 comments on commit ff6018a

Please sign in to comment.