updated the readme
This commit is contained in:
parent
ffe20b2bf6
commit
b8eb7bb966
@ -450,6 +450,11 @@
|
|||||||
#+BEGIN_SRC fish :dir /sudo:: :exports code
|
#+BEGIN_SRC fish :dir /sudo:: :exports code
|
||||||
mkdir -p /mnt/{USB,CD,Android}
|
mkdir -p /mnt/{USB,CD,Android}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
And in case we need to mount some ext4 partitions on these, let’s 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 Rust
|
||||||
*** Install the toolchains
|
*** Install the toolchains
|
||||||
|
Loading…
Reference in New Issue
Block a user