summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-03-20 20:57:36 +0100
committerRobin Gloster <mail@glob.in>2017-03-20 20:58:18 +0100
commit88341c4d2b289eefdaa94c6390975a14f15b4fb7 (patch)
tree8141edcc20d16fdcb170a4b1c5cbd192928c04ed /doc
parent295a824abc7caf97d781beed6e5ed60cd24e3eff (diff)
Revert "doc: remove double space"
This reverts commit 6393d433803f84e02cc340645481dcd85231083b. Commit added too much changes.
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/rust.md b/doc/languages-frameworks/rust.md
index 657e1642d2df..f4370d5e7067 100644
--- a/doc/languages-frameworks/rust.md
+++ b/doc/languages-frameworks/rust.md
@@ -71,7 +71,7 @@ and create a symbolic link to the file
in the `~/.config/nixpkgs/overlays` directory.
$ git clone https://github.com/mozilla/nixpkgs-mozilla.git
- $ mkdir -p ~/.config/nixpkgs/overlays
+ $ mkdir -p ~/.config/nixpkgs/overlays
$ ln -s $(pwd)/nixpkgs-mozilla/rust-overlay.nix ~/.config/nixpkgs/overlays/rust-overlay.nix
The latest version can be installed with the following command: