Fixed a horrible, horrible typo
This commit is contained in:
parent
2a2808ccf2
commit
e54fcc28bf
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue