Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Jul 15, 2023
1 parent 1fa7404 commit 37c3c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,16 @@ ffmpeg and shaka-packager available in your path.
can customize the details in `./config/dev.exs`)
- [Elixir](https://elixir-lang.org/) and [Erlang/OTP](https://www.erlang.org/)
installed
- [Node.js](https://nodejs.org/) LTS (and [Yarn](https://yarnpkg.com/))
installed
- [FFmpeg](https://ffmpeg.org/) installed
- [shaka-packager](https://github.com/google/shaka-packager) installed

For Elixir/Erlang/Nodejs you can easily install all the right versions using
For Elixir/Erlang you can easily install all the right versions using
[asdf](https://asdf-vm.com/) by running `asdf install` from within the root
directory. The versions are defined in `.tool-versions`.

```bash
# download hex dependencies
mix deps.get
# download javascript dependencies
( cd assets && yarn )
# download hex and npm dependencies
mix deps.get_all
# create and migrate the database
mix ecto.setup
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Ambry.MixProject do
def project do
[
app: :ambry,
version: "1.1.0",
version: "1.2.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 37c3c48

Please sign in to comment.