diff --git a/README.md b/README.md index d503648..086fc59 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ The Linux versions are compiled with the [musl-cross](https://github.com/takeshi Precompiled versions of Nmap are available for the following operating systems/architectures: -* [Linux x86](bin/linux/x86) (nmap, ncat, nping) -* [Linux x86_64](bin/linux/x86_64) (nmap, ncat, nping) -* [Linux armhf](bin/linux/armhf) (nmap, ncat, nping) -* [Linux aarch64](bin/linux/aarch64) (nmap, ncat, nping) -* [Windows x86](bin/windows/x86) (nmap) +* Linux x86 (nmap, ncat, nping) +* Linux x86_64 (nmap, ncat, nping) +* Linux armhf (nmap, ncat, nping) +* Linux aarch64 (nmap, ncat, nping) +* Windows x86 (nmap) ### Packaged Archives @@ -22,17 +22,17 @@ For Nmap it is recommended to use one of the [packaged](packaged/) archives. The Precompiled versions of socat are available for the following operating systems/architectures: -* [Linux x86](bin/linux/x86) -* [Linux x86_64](bin/linux/x86_64) +* Linux x86 +* Linux x86_64 ## GDB Precompiled versions of `gdb` and `gdbserver` are available for the following operating systems/architecturs: -* [Linux x86](bin/linux/x86) -* [Linux x86_64](bin/linux/x86_64) -* [Linux armhf](bin/linux/armhf) -* [Linux aarch64](bin/linux/aarch64) +* Linux x86 +* Linux x86_64 +* Linux armhf +* Linux aarch64 # Building with Vagrant