We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4677f commit 046ba28Copy full SHA for 046ba28
README.md
@@ -6,9 +6,9 @@ Trill is a high-performance one-pass in-memory streaming analytics engine from M
6
7
## Building Trill
8
1. Of course, the sources are right here!
9
-1. Clone the Repo and make sure you have Visual Studio 2017 installed
10
-1. Open `Trill.sln` solution available in `./Sources` with Visual Studio 2017
11
-1. Build Trill
+2. Clone the Repo and make sure you have Visual Studio 2017 installed
+3. Open `Trill.sln` solution available in `./Sources` with Visual Studio 2017
+4. Build Trill
12
13
## Samples using Trill
14
If you don't want to compile Trill yourself, you can get binaries from our [NuGet feed](https://www.nuget.org/packages/Trill/).
0 commit comments