Skip to content

Commit

Permalink
Meta: Move INSTALL.md into Documentation/
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed May 28, 2020
1 parent 0e777c0 commit 68177fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/BuildInstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To prevent this, remove `anon` from the `wheel` group and he will no longer be a

On Linux, QEMU is significantly faster if it's able to use KVM. The run script will automatically enable KVM if `/dev/kvm` exists and is readable+writable by the current user.

Bare curious users may even consider sourcing suitable hardware to [install Serenity on a physical PC.](https://github.com/SerenityOS/serenity/blob/master/INSTALL.md)
Bare curious users may even consider sourcing suitable hardware to [install Serenity on a physical PC.](https://github.com/SerenityOS/serenity/blob/master/Documentation/INSTALL.md)

Later on, when you `git pull` to get the latest changes, there's no need to rebuild the toolchain. You can simply run `make install`, `make image`, `make run` again. CMake will only rebuild those parts that have been updated.

Expand Down
File renamed without changes.

0 comments on commit 68177fd

Please sign in to comment.