git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit dc879a13aacadde003e49fb1c7c23bcd68356f06
parent e95d415d4ae802b9843e17d8c01b8ccb80e68640
Author: Luís Ferreira <[email protected]>
Date:   Thu, 30 Sep 2021 18:35:50 +0100

make: generate public.car.cid file from CAR CID roots

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -27,3 +27,4 @@ pack-car: build npx-ipfs-car-public npx-ipfs-car-public: npx ipfs-car --pack public/ --output public.car + npx ipfs-car --list-roots public.car > public.car.cid