Merge pull request #95 from wizard-28/master

docs(readme): add pacstall installation method
This commit is contained in:
Jesse Smith 2021-12-30 14:56:54 -04:00 committed by GitHub
commit 08167d8054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,11 @@ The doas command is in FreeBSD's ports collection and may be installed by simply
The doas command may be installed from MidnightBSD's mports collection with:
mport install doas
The doas command may be installed from [Pacstall](https://github.com/pacstall/pacstall) (Debian/Ubuntu) with:
pacstall -I doas-git
## Installing build tools
1 - The doas program has virtually no dependencies. So long as you have a compiler (such as the GNU Compiler or Clang) installed and GNU make (gmake on NetBSD, FreeBSD, and illumos). On illumos, the build-essential package will install all the necessary build tools.