From e54fcc28bfdb5b56a4a67b1fa804f33bff7687de Mon Sep 17 00:00:00 2001 From: Noikoio Date: Sun, 19 Nov 2017 17:38:03 -0800 Subject: [PATCH] Fixed a horrible, horrible typo --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index f783080..2a1e9b2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,7 +32,7 @@ With the prerequisites installed, run the following commands: ``` $ git clone {{ site.github.clone_url }} $ 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. @@ -41,4 +41,4 @@ At this point, the bot has been compiled and all dependencies placed in the `out $ cd output $ dotnet RegexBot.dll ``` -You may move and rename the output directory at your convenience. \ No newline at end of file +You may move and rename the output directory at your convenience.