1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-11 14:05:59 +00:00

version 11 release

Former-commit-id: 44de994cbb0a8dfb3793a593d5a292affc2ae9f9
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-10-21 18:46:10 +03:00
parent 977b67dd47
commit a39807626d
14 changed files with 30 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ Many articles have been written, in the past, that lead developers not to use a
Youll need two dependencies:
1. Vue.js, for our client-side requirements. Download it from [here](https://vuejs.org/), latest v2.
2. The Iris Web Framework, for our server-side requirements. Can be found [here](https://github.com/kataras/iris), latest v10.
2. The Iris Web Framework, for our server-side requirements. Can be found [here](https://github.com/kataras/iris), latest v11.
> If you have Go already installed then just execute `go get -u github.com/kataras/iris` to install the Iris Web Framework.