Fixed a horrible, horrible typo

This commit is contained in:
Noikoio 2017-11-19 17:38:03 -08:00 committed by GitHub
parent 2a2808ccf2
commit e54fcc28bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ With the prerequisites installed, run the following commands:
``` ```
$ git clone {{ site.github.clone_url }} $ git clone {{ site.github.clone_url }}
$ cd RegexBot $ cd RegexBot
$ dotnet public -c Release -o output $ dotnet publish -c Release -o output
``` ```
You may see some warnings during this last step, but the build should still succeed. These warnings will be corrected in future releases. You may see some warnings during this last step, but the build should still succeed. These warnings will be corrected in future releases.
@ -41,4 +41,4 @@ At this point, the bot has been compiled and all dependencies placed in the `out
$ cd output $ cd output
$ dotnet RegexBot.dll $ dotnet RegexBot.dll
``` ```
You may move and rename the output directory at your convenience. You may move and rename the output directory at your convenience.