2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-11-12 19:27:28 +01:00

some changes to README

This commit is contained in:
Abdur-Rahman Mansoor 2024-08-26 20:21:55 -04:00
parent c2d8abad58
commit be884985d7
Signed by: ramenu
GPG Key ID: 8D15FCF6795779C8

View File

@ -41,17 +41,10 @@ dependencies installed before continuing (installation process may vary dependin
Once you have all the dependencies installed, follow these steps: Once you have all the dependencies installed, follow these steps:
1. Clone the repository: 1. Clone the repository: `git clone https://git.kolibrios.org/GSoC/kolibrios-nvme-driver`
```bash
git clone https://git.kolibrios.org/GSoC/kolibrios-nvme-driver
```
2. Change into the directory of the cloned repository and manually extract the latest KolibriOS images 2. Extract the latest KolibriOS images from [the KolibriOS website](https://kolibrios.org/en/download.htm) into the cloned repository.
from [the KolibriOS website](https://kolibrios.org/en/download.htm) into the cloned repository.
3. Install the driver into the image: 3. Install the driver into the image: `make install`
```bash
make install
```
And you should be good to go. And you should be good to go.