diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index a3af2a87..381c34fd 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -30,7 +30,7 @@ sudo apt-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* // sudo apt-get install -y ninja-build # for QEMU mode ``` -On other distributions and versions of Debian: +On other systems: ```shell sudo apt-get update |