Skip to content

Commit 95e8ca3

Browse files
committed
remove the dependency to make also in the readme
1 parent b1cc8f9 commit 95e8ca3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ $ xcode-select --install
3232
```
3333

3434
### Windows
35-
To build eduOS-rs you have to install a linker, [make](http://gnuwin32.sourceforge.net/packages/make.htm) and a [git client](https://git-scm.com/downloads).
35+
To build eduOS-rs you have to install a linker and a [git client](https://git-scm.com/downloads).
3636
We tested the eduOS-rs with the linker from Visual Studio.
37-
Consequently, we suggest installing Visual Studio in addition to [make](http://gnuwin32.sourceforge.net/packages/make.htm) and [git](https://git-scm.com/downloads).
37+
Consequently, we suggest installing Visual Studio in addition to [git](https://git-scm.com/downloads).
3838

3939
### Linux
4040
Linux users should install common developer tools.
@@ -83,13 +83,13 @@ $ git clone https://github.com/RWTH-OS/eduOS-rs.git
8383
$ cd eduOS-rs
8484

8585
$ # Build kernel
86-
$ make
86+
$ cargo build
8787
```
8888

8989
From here, we should be able to run the kernel in ehyve:
9090

9191
```sh
92-
$ make run
92+
$ cargo run
9393
```
9494

9595
## Overview of all branches

0 commit comments

Comments
 (0)