-
Notifications
You must be signed in to change notification settings - Fork 40
How To Upload A Code Change
I have had multiple users state "I wish I knew how to make changes, or I would help you.". It is actually super simple to make changes.
Here is a step-by-step guide to developing SWARM.
https://code.visualstudio.com/Download
sudo apt-get install git
git config --global user.name [username]
git config --global user.email [email]
Go to github.com and select the fork
button on the upper right hand of the screen.
Now clone your fork.
git clone https://github.com/[username]/SWARM.git
This is the file you are developing on. It will turn into SWARM folder.
Visual Studio Code MUST always be ran as root, or else you will get issues with file permissions.
sudo code --user-data-dir
Go to extensions window, type powershell in the search box- click the install button for the powershell extension.
You are now ready to code!
<iframe width="560" height="315" src="https://www.youtube.com/embed/AKNYgP0yEOY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>