Remove extra character; make use of variables

This commit is contained in:
Noikoio 2017-10-15 20:26:33 -07:00
parent 61e658b573
commit 5828f632fa
2 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@
<nav>
<li class="fork"><a href="{{ site.github.repository_url }}">View On GitHub</a></li>
<li class="downloads"><a href="{{ site.github.repository_url }}/releases">Releases</a></li>
<li class="title"><a href="/docs">Documentation</a>></li>
<li class="downloads"><a href="{{ site.github.releases_url }}">Releases</a></li>
<li class="title"><a href="{{ site.github.baseurl }}/docs">Documentation</a></li>
</nav>
</div><!-- end header -->

View file

@ -30,7 +30,7 @@ The following must be installed:
### Build
With the prerequisites installed, run the following commands:
```
$ git clone git@github.com:Noikoio/RegexBot.git
$ git clone {{ site.github.clone_url }}
$ cd RegexBot
$ dotnet public -c Release -o output
```