updated the readme

This commit is contained in:
Phuntsok Drak-pa 2019-10-08 15:07:26 +02:00
parent ffe20b2bf6
commit b8eb7bb966
1 changed files with 5 additions and 0 deletions

View File

@ -450,6 +450,11 @@
#+BEGIN_SRC fish :dir /sudo:: :exports code
mkdir -p /mnt/{USB,CD,Android}
#+END_SRC
And in case we need to mount some ext4 partitions on these, lets change the
ownership of these directories.
#+BEGIN_SRC fish :exports code
sudo chown $USER:(id -g $USER) /mnt/{USB,CD,Android}
#+END_SRC
** Install Rust
*** Install the toolchains