Skip to content

Commit 655f29e

Browse files
doc: show bin/ instead of sbin/ path (#12)
`sbin` is for "*programs for system administration*", `minify` doesn't need this. Source: https://askubuntu.com/questions/308045/differences-between-bin-sbin-usr-bin-usr-sbin-usr-local-bin-usr-local/1045759#1045759 On Ubuntu 24.04, `apt install minify` create a binary in `/usr/bin/minify`, so `/usr/local/bin/` (or `/usr/bin/`) will be closer to the actual path.
1 parent 5a07acd commit 655f29e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ sensiolabs_minify:
185185
# set it to 'auto' to let the bundle try to find the location of the binary
186186
local_binary: 'auto'
187187

188-
# you can also define the path to the binary explicitly, but this won't work
188+
# you can also define the path to the binary explicitly, but this won't work
189189
# if you run the application in multiple servers with different binary locations
190-
local_binary: "/usr/local/sbin/minify"
190+
local_binary: "/usr/local/bin/minify"
191191
```
192192
193193
## Credits

0 commit comments

Comments
 (0)