Installation
View SourceRequirements
- Elixir
~> 1.18 - Erlang/OTP 26 or later
Adding the dependency
Add appwrite to your mix.exs:
def deps do
[
{:appwrite, "~> 1.0"}
]
endThen run:
mix deps.get
Configuration
See the Configuration guide for setup instructions.