Merge pull request #2551 from cyplo/sudo-readme-changes

I suggest using "perl Build.PL --sudo" instead of "sudo perl Build.PL" in the README file.
This commit is contained in:
Alessandro Ranellucci 2015-01-28 13:37:03 +01:00
commit d5a2714db2

View File

@ -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
```