From ffe20b2bf6a129f48a0d5154aa27b5528cb5afa4 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Tue, 8 Oct 2019 15:01:22 +0200 Subject: [PATCH] updated the readme --- README.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.org b/README.org index 4d79b72..fdc34f4 100644 --- a/README.org +++ b/README.org @@ -63,6 +63,7 @@ - [[#download-revealjs][Download Reveal.JS]] - [[#set-your-locale][Set your locale]] - [[#launch-x][Launch X]] + - [[#create-some-directories][Create some directories]] - [[#install-rust][Install Rust]] - [[#install-the-toolchains][Install the toolchains]] - [[#install-some-utilities][Install some utilities]] @@ -442,6 +443,14 @@ really like display managers or desktop environments. So, to launch i3, let’s run =startx=. +** Create some directories + Thanks to the [[file:.local/bin/dmount][dmount]] and [[file:.local/bin/dumount][dumount]] utilities, mounting and unmounting devices + can be done very easily. And to add to some easiness, let’s create a couple + of directories dedicated to what we might mount on our computer: + #+BEGIN_SRC fish :dir /sudo:: :exports code + mkdir -p /mnt/{USB,CD,Android} + #+END_SRC + ** Install Rust *** Install the toolchains When using rust, I bounce between two toolchains, the =stable= toolchain and