You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After discussing with @moul, we came to a conclusion that it would be good to have a root Makefile command that would enable quick installation of tools required for Gno development only. These tools would include:
gno
gnokey
gnodev
Copying @moul's message from Signal:
Root Makefile:
make test -> test everything with go deps (no docker, for docker, need to run something specific or add a environment var), ca be slow
make install -> install minimum things we expect people to use and we want to support the most, I suggest: gno, gnokey, gnodev
make install_all -> install everything with go deps (no docker or protobuf or whatever, but tries to install everything)
the goal of this top-level make test and make install_all is to verify without CI that you didn’t break anything, and “make install” should be suggested as the only step to get started on docs.gno.land for beginners.
The text was updated successfully, but these errors were encountered:
Description
After discussing with @moul, we came to a conclusion that it would be good to have a root Makefile command that would enable quick installation of tools required for Gno development only. These tools would include:
gno
gnokey
gnodev
Copying @moul's message from Signal:
Root Makefile:
the goal of this top-level make test and make install_all is to verify without CI that you didn’t break anything, and “make install” should be suggested as the only step to get started on docs.gno.land for beginners.
The text was updated successfully, but these errors were encountered: