From 1c56285a5aacc35c4da9799026930b8f8ca1df7a Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 21 Dec 2016 13:34:29 +1300 Subject: [PATCH] This project is not available in hex yet. --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index 66f5b6d..57f787b 100644 --- a/README.md +++ b/README.md @@ -10,24 +10,3 @@ portions of [this tutorial](https://www.tutorialspoint.com/computer_graphics/ind and implementing them in Elixir as I go. Expect this library to take a while to stabilise. - -## Installation - -If [available in Hex](https://hex.pm/docs/publish), the package can be installed as: - - 1. Add `vivid` to your list of dependencies in `mix.exs`: - - ```elixir - def deps do - [{:vivid, "~> 0.1.0"}] - end - ``` - - 2. Ensure `vivid` is started before your application: - - ```elixir - def application do - [applications: [:vivid]] - end - ``` -