diff --git a/README_devuan.md b/README_devuan.md index ff3af23..c066e62 100644 --- a/README_devuan.md +++ b/README_devuan.md @@ -44,8 +44,8 @@ For any valid combination of: | TUPLE | e.g. arm-linux-gnueabihf, aarch64-linux-gnu | Check that you have a compiler installed for the TUPLE at: -```bash -echo $(which "${TUPLE}-gcc") +``` +ls $(which "${TUPLE}-gcc") ``` It should report something like: ```