aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2016-04-09 13:16:39 -0400
committerMichael VanOverbeek <[email protected]>2016-04-09 13:16:39 -0400
commit14edb9eade65806b531e51a0ed1fba7c62ba848e (patch)
treeb8a0124d66ca9d414870a27de103e7be9a748081 /README.md
parentcfb8690c6fbbb0595f8a3a4cd9f3210054a9680d (diff)
downloadshiftos-c--14edb9eade65806b531e51a0ed1fba7c62ba848e.tar.gz
shiftos-c--14edb9eade65806b531e51a0ed1fba7c62ba848e.tar.bz2
shiftos-c--14edb9eade65806b531e51a0ed1fba7c62ba848e.zip
Uploaded source code for ShiftOS 0.1.1 Beta 2.3
Initial commit of repository.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d2792c..3a7abce 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@ Welcome to the official C# rewrite of the original ShiftOS 0.0.9. It is led by M
ShiftOS C# is licensed under the GNU General Public License 3.0. Before making any changes, I cannot stress this enough - PLEASE read the license document found in the root of the project.
+## Code Documentation
+
+Most of the code you'll be using in ShiftOS is documented and Visual Studio will tell you what it all means.
+
## How to contribute
You can contribute by forking the source code to your own repo, and pulling it down to your computer using a Git client. We recommend GitHub for Desktop. You can also use Atlassian SourceTree, or any other Git clients. It's up to you.