Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Update readme for proper nightly version + license derpage
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed May 20, 2016
1 parent c8dcf38 commit 5ab917c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) <''year''> <''copyright holders''>
Copyright (c) 2016 Andrei Zbikowski

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
D-scord is a Discord client library written in D-lang thats focused on performance at high user and guild counts.

## Compiling
Because of [this](https://github.com/dlang/phobos/commit/1f1ed031a3215b3fa6585ccca189d68c1ad5b154) lovely bug, you need to run a nightly version of the D compiler for now. Luckily its super easy, just download 'DMD Nightly' from [here](https://dlang.org/download.html). DMD 2.072 and up are supported.
Because of [this](https://github.com/dlang/phobos/commit/1f1ed031a3215b3fa6585ccca189d68c1ad5b154) lovely bug, you need to run a nightly version of the D compiler for now. Right now the only version that both D-scord and vibe.d support (with proper JSON support) is dmd-2016-04-22. To install simply run: `curl -fsS https://dlang.org/install.sh | bash -s dmd-2016-04-22`

## Example
```d
Expand Down

0 comments on commit 5ab917c

Please sign in to comment.