Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
  • Loading branch information
wusyong authored May 31, 2024
1 parent 107bfad commit 38b8539
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ libx11-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev \
libxmu-dev libxmu6 libegl1-mesa-dev llvm-dev m4 xorg-dev
```

For others, please follow the instructions in [Servo's wiki](https://github.com/servo/servo/wiki/Building) to bootstrap first.
For others, please follow the instructions in [Servo book](https://book.servo.org/hacking/setting-up-your-environment.html#tools-for-linux) to bootstrap first.

## Build

Expand All @@ -60,12 +60,6 @@ For others, please follow the instructions in [Servo's wiki](https://github.com/
cargo run
```

- Or if you are using Nix or NixOS, add `wayland` and `libGL` to `LD_LIBRARY_PATH` in `../servo/etc/shell.nix`

```
nix-shell ../servo/etc/shell.nix --run 'cargo run'
```

## Future Work

- Add more window and servo features to make it feel more like a general web browser.
Expand Down

0 comments on commit 38b8539

Please sign in to comment.