From 70720e91be02ad7a55174774212d5fcce259ae08 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 29 Nov 2020 04:57:59 +0500 Subject: [PATCH] Improve README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 251d031..153d8c6 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,8 @@ Configure with cross-compiler in `$PATH` to make without it in `$PATH`: To install into specific directory use full path: `DESTDIR="$(pwd)/dest" make install` instead of `DESTDIR=dest make install`. -Check if compilation targets i386: `objdump -d src/arch/i386.o`. - -It should output something like this: +Check if compilation targets i386: `objdump -d src/arch/i386.o`. It should +output something like this: ``` src/arch/i386.o: file format elf32-i386