diff options
-rw-r--r-- | doc/manual/release-notes/rl-2.0.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/release-notes/rl-2.0.xml b/doc/manual/release-notes/rl-2.0.xml index 94098bd864c2..bf2e93e2e16a 100644 --- a/doc/manual/release-notes/rl-2.0.xml +++ b/doc/manual/release-notes/rl-2.0.xml @@ -42,7 +42,7 @@ <para>The command <command>nix-push</command> has been removed as part of the effort to eliminate Nix's dependency on Perl. You can use <command>nix copy</command> instead, e.g. <literal>nix copy - --to /tmp/my-binary-cache <replaceable>paths…</replaceable></literal></para> + --to file:///tmp/my-binary-cache <replaceable>paths…</replaceable></literal></para> </listitem> <listitem> |