From cc4f67c3888a9e4279dd6167255e7c5c93be595b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 12 Dec 2020 02:49:15 +0000 Subject: Add usage instructions to top-level README Also delete redundant `README` from `server` directory. --- assessments/semiprimes/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'assessments/semiprimes/README.md') 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`! + -- cgit 1.4.1