From b2f70879662bd4e5d9da3d1503a767562088ac22 Mon Sep 17 00:00:00 2001 From: David C W Brown Date: Mon, 4 Nov 2019 18:23:17 +0000 Subject: [PATCH] Reflect distinction between build (make full) and install (make install) --- doc/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Installation.md b/doc/Installation.md index b0ab299d..d9ad75cd 100644 --- a/doc/Installation.md +++ b/doc/Installation.md @@ -78,11 +78,11 @@ This will create a subdirectory 'voc' which includes the following files and dir | make.cmd | Makefile specifically for native Microsoft C builds. No tests. | -#### 3. Build and install the Oberon compiler and library +#### 3. Build the Oberon compiler and library ``` cd voc -[sudo] make full +make full ``` The makefile will: