Add special case when /sdcard did not work bidirectional

Daniel Kahlenberg 2020-10-05 09:34:58 +02:00
parent 4986ced991
commit debdbad6eb

@ -2,3 +2,17 @@ In the app settings from Android grant storage access permission.
Then you should see: Then you should see:
`/sdcard` and `/sdcard` and
`/data/data/com.termux.nix/files/home`. `/data/data/com.termux.nix/files/home`.
On some devices / android setups [the location of](https://github.com/t184256/nix-on-droid/issues/89) the writeable storage location might differ, i. e. I had
```
/mnt/sdcard
```
for my sdcard and
```
<internal storage>
```
when accessing the files via Android.