More readme tweaks
This commit is contained in:
parent
577e0ab89f
commit
2edc771086
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
Experiments into markov chains, n-grams, and text generation.
|
Experiments into markov chains, n-grams, and text generation.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
Building this project should be easy - I can provide prebuilt binaries upon request though if asked (see [my website](https://starbeamrainbowlabs.com/) for contact information).
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
Open the solution in Visual Studio / MonoDevelop and hit build.
|
Open the solution in Visual Studio / MonoDevelop and hit build.
|
||||||
|
@ -10,6 +11,7 @@ Open the solution in Visual Studio / MonoDevelop and hit build.
|
||||||
### Linux and everyone else
|
### Linux and everyone else
|
||||||
As above with MonoDevelop, or simply use the command `xbuild` whilst inside the root of the repository.
|
As above with MonoDevelop, or simply use the command `xbuild` whilst inside the root of the repository.
|
||||||
|
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
Detailed usage help can be seen by simply running the tool without any arguments:
|
Detailed usage help can be seen by simply running the tool without any arguments:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue