updated the readme

This commit is contained in:
Phuntsok Drak-pa 2019-10-08 15:01:22 +02:00
parent 389c0132fa
commit ffe20b2bf6
1 changed files with 9 additions and 0 deletions

View File

@ -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, lets
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, lets 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