updated the readme
This commit is contained in:
parent
389c0132fa
commit
ffe20b2bf6
@ -63,6 +63,7 @@
|
|||||||
- [[#download-revealjs][Download Reveal.JS]]
|
- [[#download-revealjs][Download Reveal.JS]]
|
||||||
- [[#set-your-locale][Set your locale]]
|
- [[#set-your-locale][Set your locale]]
|
||||||
- [[#launch-x][Launch X]]
|
- [[#launch-x][Launch X]]
|
||||||
|
- [[#create-some-directories][Create some directories]]
|
||||||
- [[#install-rust][Install Rust]]
|
- [[#install-rust][Install Rust]]
|
||||||
- [[#install-the-toolchains][Install the toolchains]]
|
- [[#install-the-toolchains][Install the toolchains]]
|
||||||
- [[#install-some-utilities][Install some utilities]]
|
- [[#install-some-utilities][Install some utilities]]
|
||||||
@ -442,6 +443,14 @@
|
|||||||
really like display managers or desktop environments. So, to launch i3, let’s
|
really like display managers or desktop environments. So, to launch i3, let’s
|
||||||
run =startx=.
|
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 Rust
|
||||||
*** Install the toolchains
|
*** Install the toolchains
|
||||||
When using rust, I bounce between two toolchains, the =stable= toolchain and
|
When using rust, I bounce between two toolchains, the =stable= toolchain and
|
||||||
|
Loading…
Reference in New Issue
Block a user