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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ sudo apt-get update
33
33
sudo apt-get install shc
34
34
```
35
35
36
-
If the above installation method seems like too much work, then just copy the compiled binary from `bin/x32` or `bin/x64`to `/usr/bin` and put the `shc.1` file in`/usr/share/man/man1`.
36
+
If the above installation method seems like too much work, then just download a compiled binary package from [release page](https://github.com/neurobin/shc/releases/latest) and copy the `shc` binary to `/usr/bin` and `shc.1` file to`/usr/share/man/man1`.
0 commit comments