From 6ed6b234fa6d8384db74110dd0b2fbb0cd3af9c7 Mon Sep 17 00:00:00 2001 From: Tom Meschter Date: Wed, 24 Jun 2015 14:27:36 -0700 Subject: [PATCH] Add README.md Add a bare-bones README.md. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..0c539c257 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Getting Started +=============== + +1. Clone the repository +2. Install NuGet packages: `powershell -executionpolicy bypass src\.nuget\NuGetRestore.ps1` +3. Build: `msbuild src\MetaCompilation\MetaCompilation.sln` \ No newline at end of file