From 5a7c0f0ec2d0051ba7893761cff3171a0ee5e066 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Thu, 8 Feb 2018 18:34:50 -0600 Subject: [PATCH] Replace mv with cp As suggested by @rngkll. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a504b25..360f890 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Copy the ipfs file from this repo to the directory for apt transport methods: git clone https://github.com/JaquerEspeis/apt-transport-ipfs cd apt-transport-ipfs - sudo mv ipfs /usr/lib/apt/methods/ipfs + sudo cp ipfs /usr/lib/apt/methods/ipfs # Configure