From 224ebdb8b9fa6e662748771455a01c522483adfe Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Fri, 29 Sep 2017 10:08:24 +0200 Subject: [PATCH] Fix wrong quotes for command in installation. --- doc/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.rst b/doc/installation.rst index 84bc04b6d..1e74a6bea 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -30,7 +30,7 @@ Nix & NixOS If you are using `Nix `__ or `NixOS `__ there is a package available named ``restic``. -It can be installed uisng `nix-env`: +It can be installed uisng ``nix-env``: .. code-block:: console