Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed Mar 9, 2024
1 parent d27d359 commit f44803e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,21 @@ Install using Package Manager

macOS
-----
**Build / Install Stable Release**
**Build / Install Stable Release using Brew**

brew tap d99kris/nmail
brew install nmail

**Install Stable Release using MacPorts**

sudo port install nmail

Arch Linux
----------
**Build / Install Stable Release**

yay -S nmail

Build from Source
=================
**Get Source**
Expand Down

2 comments on commit f44803e

@barracuda156
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@d99kris Thanks for adding Macports option!

If it is worth mentioning explicitly, sudo port -s install nmail will build it from source.

@d99kris
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it is worth mentioning explicitly, sudo port -s install nmail will build it from source.

@barracuda156 - Thanks for sharing! I think I'll leave it as-is. I've been trying to shorten the README w.r.t. to install/build instructions, so I'd rather keep it short. I guess many Macports users may know about that argument anyway. I didn't however, so thanks for sharing. 🙂

Please sign in to comment.