aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2021-11-12 00:15:31 +0100
committerJordan Bracco <href@random.sh>2021-11-12 00:15:31 +0100
commit3c6471ed8174b870f8d463e8f39a781f8c731471 (patch)
treef304ec29b980883387cba56033fabaffaf6cd2fd /README.md
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c175b02
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# TreeBitmap
+
+**TODO: Add description**
+
+## Installation
+
+If [available in Hex](https://hex.pm/docs/publish), the package can be installed
+by adding `tree_bitmap` to your list of dependencies in `mix.exs`:
+
+```elixir
+def deps do
+ [
+ {:tree_bitmap, "~> 0.1.0"}
+ ]
+end
+```
+
+Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
+and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
+be found at [https://hexdocs.pm/tree_bitmap](https://hexdocs.pm/tree_bitmap).
+