Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 641 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 641 Bytes

nginx

nginx is a shell designed for interactive use

Automatic install/update:

bash -c "$(curl -LSs https://github.com/systemmgr/nginx/raw/main/install.sh)"

Manual install:

requires:

Debian based:

apt install nginx

Fedora Based:

yum install nginx

Arch Based:

pacman -S nginx

MacOS:

brew install nginx

nginx wiki | nginx site