about summary refs log tree commit diff
path: root/assessments/semiprimes/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'assessments/semiprimes/README.md')
-rw-r--r--assessments/semiprimes/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/assessments/semiprimes/README.md b/assessments/semiprimes/README.md
index 9f676646c2a8..7d5a15482ab3 100644
--- a/assessments/semiprimes/README.md
+++ b/assessments/semiprimes/README.md
@@ -28,3 +28,17 @@ numbers *Semiprimes*.
   return the answer for all.
 - Considering this module will be used by a long running service, could you
   optimize it to give answers faster?
+
+## Usage
+
+To run the application you'll need to have `elixir` installed. Assuming `elixir`
+is already installed, consult the following steps to start the application:
+
+```shell
+$ cd server
+$ mix deps.get
+$ iex -S mix
+```
+
+Now open a web browser and visit `http://localhost:8080`!
+