Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit ae51e48

Browse files
committed
chore: rename go-ipfs to kubo
1 parent c4fc1a7 commit ae51e48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: installipfs
2-
description: install go-ipfs
2+
description: install kubo
33

44
runs:
55
using: "composite"
66
steps:
7-
- name: Install go-ipfs
7+
- name: Install kubo
88
shell: bash
9-
run: (cd /tmp && go install github.com/ipfs/go-ipfs/cmd/ipfs@master)
9+
run: (cd /tmp && go install github.com/ipfs/kubo/cmd/ipfs@master)

0 commit comments

Comments
 (0)