Skip to content

Commit 7a89bcf

Browse files
committed
Fix #417: Modify instruction for make installation
1 parent 1e2cc92 commit 7a89bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Building from source requires Xcode 12.0 or later, so it's not an option for set
4747
```sh
4848
git clone https://github.com/XcodesOrg/xcodes
4949
cd xcodes
50-
make install
50+
sudo make install
5151
# or, if /usr/local/ isn't in your PATH
52-
PREFIX=/your/install/directory make install
52+
PREFIX=/your/install/directory sudo -E make install
5353
```
5454

5555
While installing, you may get the following output:

0 commit comments

Comments
 (0)