Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyryl Plotnicki-Chudyk <cyplo@cyplo.net>2015-01-16 21:48:30 +0300
committerCyryl Plotnicki-Chudyk <cyplo@cyplo.net>2015-01-20 18:48:15 +0300
commit1bc83e658b79f9a0b416693573709459675d1466 (patch)
tree7cce53521d23089e52c193cbb4da7a465f64ca61 /README.md
parent8cfd2e33d87701c3ccf947e89ef4dc146e30d7f3 (diff)
use 'perl Build.PL --sudo' instead of 'sudo perl Build.PL'
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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
```