near / stakewars-iv

12 stars 9 forks source link

Don't install cargo twice #32

Closed jancionear closed 7 months ago

jancionear commented 7 months ago

The instructions in HOW_TO.md try to install cargo twice - first using apt install and then again using curl. The second install fails because cargo is already installed. Let's remove the first install. The curl method will provide the latest version of rust, so let's use that instead and get rid of apt install.