Skip to content

Commit

Permalink
Update version in documentation and remove outdated reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit authored and Kraigie committed May 19, 2019
1 parent 8d93ab4 commit ebcd299
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ information listed here and more.
## Installation
Add Nostrum as a dependency:

*Dev*
```Elixir
def deps do
[{:nostrum, git: "https://github.com/Kraigie/nostrum.git"}]
end
```

*Stable*

Stable documentation can be found [here](https://hexdocs.pm/nostrum/)
```elixir
def deps do
[{:nostrum, "~> 0.1"}]
[{:nostrum, "~> 0.3"}]
end
```

*Dev*
```Elixir
def deps do
[{:nostrum, git: "https://github.com/Kraigie/nostrum.git"}]
end
```

Expand Down
14 changes: 4 additions & 10 deletions docs/static/Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,19 @@ There are two versions of Nostrum, a stable version released on Hex and a dev
version on GitHub. The dev version will be more up to date but will likely
have more errors.

The version of this library hosted on Hex is severely outdated. Once the dependency
[gun](https://github.com/ninenines/gun) has a 2.0 release, a new package will be
released with the most up to date Elixir version (1.6.4 as of the time of this writing).

In the meantime it is recommended you use the version hosted on GitHub.

Add Nostrum as a dependency:

*Dev*
*Stable*
```Elixir
def deps do
[{:nostrum, git: "https://github.com/Kraigie/nostrum.git"}]
[{:nostrum, "~> 0.3"}]
end
```

*Stable*
*Dev*
```Elixir
def deps do
[{:nostrum, "~> 0.1"}]
[{:nostrum, git: "https://github.com/Kraigie/nostrum.git"}]
end
```

Expand Down

0 comments on commit ebcd299

Please # to comment.