Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 2d3c1b6

Browse files
authored
fix: get started command (#1539)
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent fc36614 commit 2d3c1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/init-assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function addDefaultAssets (self, log, callback) {
2626
if (file.path === 'init-docs') {
2727
const cid = new CID(file.hash)
2828
log('to get started, enter:\n')
29-
log(`\tjsipfs files cat /ipfs/${cid.toBaseEncodedString()}/readme\n`)
29+
log(`\tjsipfs cat /ipfs/${cid.toBaseEncodedString()}/readme\n`)
3030
}
3131
}),
3232
pull.collect((err) => {

0 commit comments

Comments
 (0)