2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-11-09 18:10:33 +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:
1. Clone the repository:
```bash
git clone https://git.kolibrios.org/GSoC/kolibrios-nvme-driver
```
1. Clone the repository: `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
from [the KolibriOS website](https://kolibrios.org/en/download.htm) into the cloned repository.
2. Extract the latest KolibriOS images from [the KolibriOS website](https://kolibrios.org/en/download.htm) into the cloned repository.
3. Install the driver into the image:
```bash
make install
```
3. Install the driver into the image: `make install`
And you should be good to go.