Skip to content

Commit

Permalink
Correct apt command
Browse files Browse the repository at this point in the history
  • Loading branch information
mieotoha authored and hyv1001 committed Apr 5, 2022
1 parent 12e4561 commit af00b6b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ To build Pilot, you must first install the following tools.
### Ubuntu 20.04
- apt install the following packages
```
apt install git
apt install cmake
apt install clang
apt install libxcb1-dev
apt install libvulkan-dev
apt install vulkan-validationlayers
apt install mesa-vulkan-drivers
sudo apt install git
sudo apt install cmake
sudo apt install clang
sudo apt install libxcb1-dev
sudo apt install libvulkan-dev
sudo apt install vulkan-validationlayers
sudo apt install mesa-vulkan-drivers
```
- [NVIDIA driver](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#runfile) (The AMD and Intel driver is open-source, and thus is installed automatically by mesa-vulkan-drivers)

Expand Down

0 comments on commit af00b6b

Please sign in to comment.