I am attempting to turn my Pi into a Wifi-Repeater
I have been following along with this tutorial On there it directed me to the wifi-repeater project from Balena github here
The Pi I have is a 3 labeled as model B+
Up to the point that I am to deploy the project everything is running smoothly. The device is “online” and has been since I plugged it in.
However,
It’s at this section I am completely lost.
In specific " From within the unzipped project directory, execute `balena push’" --How do i execute something from within this unzipped file? Do I need to put the file somewhere specific?
When I open Powershell I am able to log in. From there I try to push the project and continue to get the following:
Error: no “Dockerfile[.*]”, “docker-compose.yml” or “package.json” file
found in source folder “.”
How do I direct it to the folder that I unzipped?
This is all very new to me so I am probably missing something super obvious, but thanks in advance for any and all input!