Skip to content

Commit f547c8d

Browse files
authored
homebrew should not be run as root
homebrew should not be run as root
1 parent 17406e5 commit f547c8d

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
@@ -560,7 +560,7 @@ If CMake is not installed or its version is older than CMake 3.14, update it wit
560560
=== "Mac Os + Clang"
561561

562562
```bash
563-
sudo brew upgrade cmake
563+
brew upgrade cmake
564564
```
565565

566566
!!! warning "Homebrew"
@@ -599,7 +599,7 @@ Install Gnuplot 5.2.6+ (Required at runtime)
599599
=== "Mac Os + Clang"
600600

601601
```bash
602-
sudo brew install gnuplot
602+
brew install gnuplot
603603
```
604604

605605
!!! note ""

0 commit comments

Comments
 (0)