From a1de04d46c77e91c5c0e57831c707fefa437ebeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AA=E3=82=A6=E3=82=B9?= Date: Tue, 15 Nov 2022 14:00:57 -0500 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65f9968..face57a 100644 --- a/README.md +++ b/README.md @@ -58,18 +58,18 @@ aesthetics. ### Prerequisites -Download the [IPFS 12.x -release](https://github.com/ipfs/kubo/releases/tag/v0.12.2) and unpack it: +Download the [kubo 0.16 +release](https://github.com/ipfs/kubo/releases/tag/v0.16.0) and unpack it: ```sh -$ tar -xzf ./go-ipfs_*.tar.gz +$ tar -xzf ./kubo_*.tar.gz ``` If you haven't used IPFS so far, initialize the IPFS repository using the following command: ```sh -$ ./go-ipfs/ipfs init +$ ./kubo/ipfs init ``` If you had used IPFS an already have an IPFS repository in place, either