Skip to content

Commit

Permalink
README: steps of patch bash more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
iaGuoZhi committed Feb 21, 2022
1 parent 5e2f6e6 commit 2456f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A purely bash web server, no socat, netcat, etc...

# Requirement
* bash 5.2 (The patch will be included in bash5.2 - Alpha release already contains the patch)
* loadable accept builtin (http://git.savannah.gnu.org/cgit/bash.git/tree/examples/loadables/accept.c)
* if bash version is under 5.2, patched loadable accept builtin (http://git.savannah.gnu.org/cgit/bash.git/tree/examples/loadables/accept.c) is needed, you have to apply accept.patch to your loadable accept.c file which is existed in bash source code, and than build and install the loadable accept builtin into BASH_LOADABLE_PATH specified in `bash-server.sh`

# How to
The port can be set by the env var: HTTP_PORT
Expand Down

0 comments on commit 2456f9d

Please sign in to comment.