This change was motivated by some upcoming work in create-remix but this is still a useful change in the meantime that can go out immediately.
From an end user perspective, if the remix.init script runs during the create-remix flow, the npx remix init instructions are no longer present in the readme since they're redundant and just add noise.
For those that didn't already run the remix.init script (either because they opted out of installing dependencies, or because they cloned this repo directly), the instructions are now much clearer since they're not conditional — you don't have to remember whether or not you opted out of installing dependencies anymore. We also now make it clear that this script makes changes to your project that are intended to be committed.
This change was motivated by some upcoming work in
create-remix
but this is still a useful change in the meantime that can go out immediately.From an end user perspective, if the
remix.init
script runs during thecreate-remix
flow, thenpx remix init
instructions are no longer present in the readme since they're redundant and just add noise.For those that didn't already run the
remix.init
script (either because they opted out of installing dependencies, or because they cloned this repo directly), the instructions are now much clearer since they're not conditional — you don't have to remember whether or not you opted out of installing dependencies anymore. We also now make it clear that this script makes changes to your project that are intended to be committed.