diff options
author | David Peter <sharkdp@users.noreply.github.com> | 2023-08-21 19:16:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 19:16:46 +0200 |
commit | 7b59a3f37469870797c88602554dacdf47d90912 (patch) | |
tree | 64ae5042f29c4b594f1e1c5886a0adab09960668 | |
parent | 7e9bc5138dfa02189460523b6561c3b3b7627442 (diff) | |
parent | 3c69797f2398e21c9d86be323e940ea1aa9e700f (diff) |
Merge pull request #203 from VlkrS/OpenBSD-Instruction-Fix
Correct OpenBSD instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ pkg install hexyl ### On OpenBSD ``` -doas pkg_add install hexyl +doas pkg_add hexyl ``` ### on Termux |