You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script creates wrapper binaries in `~/bin/`. To use them, ensure this directory is in your `PATH`:
51
+
The script creates wrapper binaries in `~/bin/`. To use them, ensure this directory is in your `PATH` (usually handled in your `.bashrc`):
52
52
53
53
```bash
54
+
# Ensure ~/bin is in your PATH
54
55
export PATH="$HOME/bin:$PATH"
55
56
```
56
57
@@ -82,6 +83,6 @@ openresty -s stop
82
83
```
83
84
84
85
85
-
**Note:** All native files are located within your `$HOME` directory (`~/openresty/`), completely independent of the standard Termux prefix or any PRoot environment.
86
+
**Note:** All native files are located within your home directory (`~/openresty-install/`), completely independent of the standard Termux prefix or any PRoot environment.
86
87
87
88
Running OpenResty natively turns your Android device into a high-performance web server and Lua gateway without any extra layers. Check out the [repository](https://github.com/joaothallis/termux-openresty) for more details and to contribute!
0 commit comments