I followed this guide here Getting Started to setup my Raspberry PI 3 with resinOS and it is all fine till I came to this step here deploy code. I tried to clone my repository, but first I need to have git installed in my machine. And this is where I stalled, I cannot find the way how to install git because resinOS doesn’t recognize most of the commands, including:
apt-get install
Is there any more complete guide, that shows step after step how to successfully deploy a project from the very beginning? How to have the basic stuff installed in the machine (apt-get
) so I can proceed further? This Getting Started guide here fast forward from the booting step to the project clone step.