rollkit / docs

Documentation for Rollkit - a modular framework for rollups.
https://rollkit.dev
34 stars 49 forks source link

[Feature Request]: Add commands needed to install various tools required for building #315

Open AbhinavMir opened 9 months ago

AbhinavMir commented 9 months ago

Implementation ideas

jq was missing for me. This is rather trivial and I would PR-fix it myself, but I didn't know what's the right place to add this in.

Great docs otherwise! Everything just works. Thanks!

jcstein commented 9 months ago

Are you on a mac? Which tutorial? I believe GM's intro for mac has you install jq?

AbhinavMir commented 9 months ago

hi! I was following this on my linux, and didn't see a jq install suggestion - my bad if it's covered elsewhere!

jcstein commented 9 months ago

no worries! i think in past it has linked to dependency installation on celestia, which in the linux commands, jq is included https://docs.celestia.org/nodes/environment#install-dependencies

jcstein commented 9 months ago

I just checked back on the gm tutorial and it doesn't specifically say to set up the dependencies from there, just links to go instructions. would you like to clarify this for linux users?

AbhinavMir commented 9 months ago

Should I do a start a PR directly? Sure thing!

jcstein commented 9 months ago

yes