From 9dc5979944a46fc02a5efba6cef80d8fa5dd9a93 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 12 Jan 2022 15:38:30 +0500 Subject: [PATCH] Remove "sudo" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e9df90..faef314 100644 --- a/README.md +++ b/README.md @@ -178,8 +178,8 @@ just `make && sudo make install`. Instead use the following commands: * `sudo make install-exec install-data` To install into specific directory use full path: -`DESTDIR="$(pwd)/dest" sudo make install-exec install-data` instead of -`DESTDIR=dest sudo make install-exec install-data`. +`DESTDIR="$(pwd)/dest" make install-exec install-data` instead of +`DESTDIR=dest make install-exec install-data`. Check if compilation targets i386: `objdump -d src/asm/i386.o`. It should output something like this: