index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-07-13 16:04:47.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-07-13 16:04:47.0 +00:00:00
commit
5bcc62990b918ee4e6cda4e0175150d3b1f6deaa [patch]
tree
4342ee974988fe549096a4f3cc93a5f8408cf38b
parent
9fa61fa8459f85f1c6c2d23b5f0e58536f74ad31
download
5bcc62990b918ee4e6cda4e0175150d3b1f6deaa.tar.gz

docs: freebsd targets

[skip ci]

Diff

 README.md |  9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 93c1e61..213e63c 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@
- Configurable using CLI arguments or environment variables.
- First-class [Docker]https://docs.docker.com/get-started/overview/ support. [Scratch]https://hub.docker.com/_/scratch and latest [Alpine Linux]https://hub.docker.com/_/alpine Docker images available.
- Ability to accept a socket listener as a file descriptor for use in sandboxing and on-demand applications (E.g [systemd]http://0pointer.de/blog/projects/socket-activation.html).
- Cross-platform. Binaries available for Linux, macOS and Windows x86_64 / ARM.
- Cross-platform. Binaries available for Linux, macOS, Windows & FreeBSD x86_64 / ARM.

## Releases

@@ -71,6 +71,13 @@
- **ARM64**
  - ~~`aarch64-pc-windows-msvc`~~ (temporarily disabled until [briansmith/ring#1167]https://github.com/briansmith/ring/issues/1167)

#### FreeBSD

- **x86**
  - `i686-unknown-freebsd`
- **x86_64**
  - `x86_64-unknown-freebsd`

## Usage

Server can be configured either via environment variables or their equivalent command-line arguments.