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
Right now, the README starts with make switch and make build, both of which are unnecessary after template generation, and just make the user wonder if the deps aren't installed after all that automatic work during generation.
IMO the README should just recommend make, make start, and/or make watch. A separate section on updating deps should recommend editing the opam file and running make deps. It should be after tests and docs.
The text was updated successfully, but these errors were encountered:
Right now, the README starts with
make switch
andmake build
, both of which are unnecessary after template generation, and just make the user wonder if the deps aren't installed after all that automatic work during generation.IMO the README should just recommend
make
,make start
, and/ormake watch
. A separate section on updating deps should recommend editing theopam
file and runningmake deps
. It should be after tests and docs.The text was updated successfully, but these errors were encountered: