summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-12-17 09:03:14 -0500
committerGitHub <noreply@github.com>2020-12-17 09:03:14 -0500
commit946faf682f4ca5fdaebc5cfec34815c1a427ac2d (patch)
treeff7c2c6d50be4c244205de7a59e635f919447c94
parent3d686116d8acb9f3daa1db9669de6eca11a861d5 (diff)
Extra clarification about remounting the C: drive
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ee18ce216..dd5d24def 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -261,10 +261,10 @@ Note for WSL1: If you get an error stating `fatal: could not set 'core.filemode'
```bash
cd
sudo umount /mnt/c
-sudo mount -t drvfs C: /mnt/c -o metadata
+sudo mount -t drvfs C: /mnt/c -o metadata,noatime
cd <folder where pokeemerald is to be stored>
```
-Where *\<folder where pokeemerald is to be stored>* is the path of the folder [where you chose to store pokeemerald](#Choosing-where-to-store-pokeemerald-WSL1).
+Where *\<folder where pokeemerald is to be stored>* is the path of the folder [where you chose to store pokeemerald](#Choosing-where-to-store-pokeemerald-WSL1). Then run the `git clone` command again.
If agbcc has not been built before, run the following commands to build and install it into pokeemerald:
```