Skip to content

Commit

Permalink
add required sudo for symlink commands
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Sep 18, 2024
1 parent 8a1dda9 commit ff7585b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/07-Contributing/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ If these commands fail (there is no output), then see if you have a binary with
Then create a symbolic link to the versioned binary like:

```bash
ln -s /usr/bin/clang-16 /usr/bin/clang
ln -s /usr/bin/llvm-strip-16 /usr/bin/llvm-strip
sudo ln -s /usr/bin/clang-16 /usr/bin/clang
sudo ln -s /usr/bin/llvm-strip-16 /usr/bin/llvm-strip
```

## Building and Testing
Expand Down

0 comments on commit ff7585b

Please sign in to comment.