hamhub7 / nx-TAS

Rewrite of TAS-nx
GNU General Public License v2.0
24 stars 14 forks source link

Added info and formatting #6

Closed redanaheim closed 5 years ago

redanaheim commented 5 years ago

I added info on how to build, added the scripts format and example scripts, etc.

s5bug commented 5 years ago

Just for future reference @TigerGold59, use git pull --rebase instead of git pull to update from remote. This will prevent all of those Merge branch 'master' commits.

As well, it might be helpful to create a separate branch for each change you want to commit, i.e. git checkout -b better-readme, and make changes there instead of your fork's master.