mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 19:48:20 +00:00
linux: update readme to latest version
This commit is contained in:
parent
23538d1b66
commit
12e435709f
10
README.md
10
README.md
@ -51,19 +51,19 @@ DESCRIPTION
|
||||
|
||||
## Step-by-Step guide
|
||||
|
||||
Examples are provided for driver version 418.43. All commands are runned as root.
|
||||
Examples are provided for driver version 418.56. All commands are runned as root.
|
||||
|
||||
### Download driver
|
||||
|
||||
[https://download.nvidia.com/XFree86/Linux-x86\_64/418.43/NVIDIA-Linux-x86\_64-418.43.run](https://download.nvidia.com/XFree86/Linux-x86_64/418.43/NVIDIA-Linux-x86_64-418.43.run)
|
||||
[https://download.nvidia.com/XFree86/Linux-x86\_64/418.56/NVIDIA-Linux-x86\_64-418.56.run](https://download.nvidia.com/XFree86/Linux-x86_64/418.56/NVIDIA-Linux-x86_64-418.56.run)
|
||||
|
||||
### Install driver
|
||||
|
||||
```bash
|
||||
mkdir /opt/nvidia && cd /opt/nvidia
|
||||
wget https://download.nvidia.com/XFree86/Linux-x86_64/418.43/NVIDIA-Linux-x86_64-418.43.run
|
||||
chmod +x ./NVIDIA-Linux-x86_64-418.43.run
|
||||
./NVIDIA-Linux-x86_64-418.43.run
|
||||
wget https://download.nvidia.com/XFree86/Linux-x86_64/418.56/NVIDIA-Linux-x86_64-418.56.run
|
||||
chmod +x ./NVIDIA-Linux-x86_64-418.56.run
|
||||
./NVIDIA-Linux-x86_64-418.56.run
|
||||
```
|
||||
|
||||
### Check driver
|
||||
|
Loading…
Reference in New Issue
Block a user