Extra clarification about remounting the C: drive

This commit is contained in:
luckytyphlosion 2020-12-17 09:03:14 -05:00 committed by GitHub
parent 3d686116d8
commit 946faf682f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
```