Manually merged PL #101
This commit is contained in:
Panos Sakkos 2015-11-22 23:17:12 +01:00
parent feb3ab7e2a
commit 826d6e0f51
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ The theme contains documentation in the form of [blog posts](https://panossakkos
## How to run locally
````
./scripts/serve
./scripts/serve-production
````
## Wiki

View file

@ -40,7 +40,7 @@ This step is essential, since its related to file paths!
In order to serve the website locally just run:
<pre><code data-trim class="bash">
./scripts/serve
./scripts/serve-production
</code></pre>
<small>Many thanks to <a href="https://github.com/joariasl" target="\_blank">@joariasl</a> for the language support! </small>