From b8eb7bb96629f728c19b186c23e4c9b262b588f8 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Tue, 8 Oct 2019 15:07:26 +0200 Subject: [PATCH] updated the readme --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index fdc34f4..9496f69 100644 --- a/README.org +++ b/README.org @@ -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, 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 the toolchains