Everywhere: Update references from ReadMe.md => README.md

This commit is contained in:
Andreas Kling 2021-04-11 10:52:25 +02:00
commit 251018676f
Notes: sideshowbarker 2024-07-18 20:32:37 +09:00
6 changed files with 8 additions and 8 deletions

View file

@ -96,7 +96,7 @@ mkdir -p mnt/home/anon
mkdir -p mnt/home/anon/Desktop
mkdir -p mnt/home/anon/Downloads
mkdir -p mnt/home/nona
cp "$SERENITY_ROOT"/ReadMe.md mnt/home/anon/
cp "$SERENITY_ROOT"/README.md mnt/home/anon/
cp -r "$SERENITY_ROOT"/Userland/Libraries/LibJS/Tests mnt/home/anon/js-tests
cp -r "$SERENITY_ROOT"/Userland/Libraries/LibWeb/Tests mnt/home/anon/web-tests
chmod 700 mnt/root