diff --git a/docs/getting-started/installing.rst b/docs/getting-started/installing.rst index abaaa13178..9d91bdc477 100644 --- a/docs/getting-started/installing.rst +++ b/docs/getting-started/installing.rst @@ -43,9 +43,7 @@ available versions of the compiler. Installing via Source (Windows) ------------------------------- -1. Install `GHC - Platform `__. Make - sure to install Stack along with it. +1. Install `Stack `__ 2. Download the source code of `Clash 1.2 `__ 3. Unpack the archive @@ -54,7 +52,18 @@ Installing via Source (Windows) See the `releases page `__ for all -available versions of the compiler. +available versions of the compiler. To run clashi, execute: + +.. code:: bash + + stack run clashi + +To compile a file (to VHDL) with Clash, run: + + +.. code:: bash + + stack run clash -- path/to/your/file.hs --vhdl Installing via Source (HEAD) ----------------------------