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

Change introduction text when doing jsipfs init #572

Closed
victorb opened this issue Nov 7, 2016 · 2 comments
Closed

Change introduction text when doing jsipfs init #572

victorb opened this issue Nov 7, 2016 · 2 comments
Labels
exp/novice Someone with a little familiarity can pick up help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws)

Comments

@victorb
Copy link
Member

victorb commented Nov 7, 2016

Today, when running jsipfs init, you get the following message:

initializing ipfs node at /Users/phil/.ipfs
generating 2048-bit RSA keypair...done
peer identity: QmeLtmb2QUkm5DAVZKANV7YydAFBP6ATiZATD1UzvhAwYE
to get started, enter:

     jsipfs files cat /ipfs/QmegvLXxpVKiZ4b57Xs1syfBVRd8CbucVHAp7KpLQdGieC/readme

But that command will not work because subfiles are not implemented yet (#478)

In the meantime, we should change the hash to point directly to the file (instead of hash/file it should just be hash), to prevent more confusion from this.

@victorb victorb added kind/bug A bug in existing code (including security flaws) exp/novice Someone with a little familiarity can pick up help wanted Seeking public contribution on this issue labels Nov 7, 2016
@ralyodio
Copy link

Is there a working command I can run to test it?

@daviddias daviddias added status/ready Ready to be worked and removed js-ipfs-ready labels Dec 5, 2016
@daviddias
Copy link
Member

I've done this :)

@chovy npm i ipfs -g && jsipfs init && jsipfs daemon should get you rolling :)

@daviddias daviddias removed the status/ready Ready to be worked label Dec 18, 2016
MicrowaveDev pushed a commit to galtproject/js-ipfs that referenced this issue May 22, 2020
* docs: add mode and mtime and .touch/.chmod mfs commands

* docs: update arg/return types

* test: updates tests to use timespecs

* fix: remove cumulativeSize as it changes based on timestamps

* docs: update SPEC/FILES.md

* docs: update SPEC/FILES.md

* docs: remove format

* Update SPEC/FILES.md

Co-Authored-By: Steven Allen <[email protected]>

* docs: more detail about mtime values

* docs: remove octal as string

* docs: remove mode as strings

* fix: fix up tests for optional mtime

Co-authored-by: Steven Allen <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exp/novice Someone with a little familiarity can pick up help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

No branches or pull requests

3 participants