Skip to content

Commit

Permalink
README: don't do apt update
Browse files Browse the repository at this point in the history
It might mess with people's systems, we should
just tell them the command for installing.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Sep 8, 2024
1 parent fa3f3a2 commit bfac779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For all other dependencies, see the below instructions depending on your machine
#### Ubuntu/Debian (apt):

```sh
sudo apt update && sudo apt install -y make clang lld llvm qemu-system-arm device-tree-compiler
sudo apt install -y make clang lld llvm qemu-system-arm device-tree-compiler
```

#### macOS (Homebrew):
Expand Down

0 comments on commit bfac779

Please sign in to comment.