瀏覽代碼

Updated Readme with installation wiki link

Jan Hönig 5 年之前
父節點
當前提交
8b8b8b28d1
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -1,14 +1,20 @@
 ![](raylib_logo.png)
+
 # raylib-d [![DUB](https://img.shields.io/dub/v/raylib-d?style=for-the-badge)](https://code.dlang.org/packages/raylib-d)
 (static) D bindings for [raylib](https://www.raylib.com/), a simple and easy-to-use library to learn videogames programming.
+
 # Installation
 `dub add raylib-d`
+
 ## First, get a copy of Raylib
-you can get the library by compiling it from the [source](https://github.com/raysan5/raylib), download the [official precompiled binaries](https://github.com/raysan5/raylib/releases) or [download them from our repository](https://github.com/onroundit/raylib-d/releases) (originally taken from official releases, sorted in folders for each system).
+You can get the library by compiling it from the [source](https://github.com/raysan5/raylib), download the [official precompiled binaries](https://github.com/raysan5/raylib/releases) or [download them from our repository](https://github.com/onroundit/raylib-d/releases) (originally taken from official releases, sorted in folders for each system).
+
 ## In order to link against raylib, add it to your dub.json.
 ```json
 "libs": [ "raylib" ]
 ```
+For more information look into the [wiki](https://github.com/onroundit/raylib-d/wiki/Installation).
+
 # Sample
 ```D
 import raylib;
@@ -26,6 +32,8 @@ void main()
 	CloseWindow();
 }
 ```
+
 # [Docs / cheatsheet](https://github.com/onroundit/raylib-d/wiki/Docs-(cheatsheet))
+
 # License
 raylib-d is licensed under an unmodified zlib/libpng license. View [LICENSE](LICENSE).