Skip to content

Commit cf7b9ec

Browse files
committed
remove the dependency to make also in the readme
1 parent c6ed580 commit cf7b9ec

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
@@ -37,9 +37,9 @@ $ xcode-select --install
3737

3838
### Windows
3939

40-
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).
40+
To build eduOS-rs you have to install a linker and a [git client](https://git-scm.com/downloads).
4141
We tested the eduOS-rs with the linker from Visual Studio.
42-
Consequently, we suggest installing Visual Studio in addition to [make](http://gnuwin32.sourceforge.net/packages/make.htm) and [git](https://git-scm.com/downloads).
42+
Consequently, we suggest installing Visual Studio in addition to [git](https://git-scm.com/downloads).
4343

4444
### Linux
4545

@@ -89,13 +89,13 @@ $ git clone https://github.com/RWTH-OS/eduOS-rs.git
8989
$ cd eduOS-rs
9090

9191
$ # Build kernel
92-
$ make build
92+
$ cargo build
9393
```
9494

9595
From here, we should be able to run the kernel in ehyve:
9696

9797
```sh
98-
$ make run
98+
$ cargo run
9999
```
100100

101101
## Overview of all branches

0 commit comments

Comments
 (0)