From 1bc83e658b79f9a0b416693573709459675d1466 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Fri, 16 Jan 2015 19:48:30 +0100 Subject: use 'perl Build.PL --sudo' instead of 'sudo perl Build.PL' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e117f587d..1607d0dd8 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ If you want to compile the source yourself just do the following (checkout ``` $ git clone https://github.com/alexrj/Slic3r.git $ cd Slic3r -$ sudo perl Build.PL -$ sudo perl Build.PL --gui +$ perl Build.PL --sudo +$ perl Build.PL --sudo --gui $ ./slic3r.pl ``` -- cgit v1.2.3