Commit 12e43570 authored by Vladislav Yarmak's avatar Vladislav Yarmak

linux: update readme to latest version

parent 23538d1b
...@@ -51,19 +51,19 @@ DESCRIPTION ...@@ -51,19 +51,19 @@ DESCRIPTION
## Step-by-Step guide ## 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 ### 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 ### Install driver
```bash ```bash
mkdir /opt/nvidia && cd /opt/nvidia mkdir /opt/nvidia && cd /opt/nvidia
wget https://download.nvidia.com/XFree86/Linux-x86_64/418.43/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.43.run chmod +x ./NVIDIA-Linux-x86_64-418.56.run
./NVIDIA-Linux-x86_64-418.43.run ./NVIDIA-Linux-x86_64-418.56.run
``` ```
### Check driver ### Check driver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment