diff --git a/README.md b/README.md index db21b94..d9c5c47 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ Chisel is a library that uses bitmap fonts to sculpt text on any device that can handle pixels. +## Setup + +Add Chisel to your mix.exs deps: + +```elixir +{:chisel, "~> 0.2.0"}, +``` + +Run `mix deps.get` to download the new dependency. + ## Usage 1. Take a function to draw pixels... diff --git a/mix.exs b/mix.exs index bb1fd88..1d8347b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Chisel.MixProject do use Mix.Project - @version "0.1.0" + @version "0.2.0" def project do [