From 553b6382fc4d0054b09e907d89fd2e32e6b1ab39 Mon Sep 17 00:00:00 2001 From: Eolinker Date: Tue, 17 Sep 2019 15:02:38 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 257966af..61fd1c18 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Goku API Gateway 的社区版本(CE)拥有完善的使用指南和二次开 * **mysql ,版本 5.7+** * **redis ,版本 2.8+,推荐3.0及以上版本** * **net-tools** +* **golnag12.x** ### 安装文件描述 @@ -61,6 +62,7 @@ AGW的安装包包含两个文件 **goku-console(控制台安装包)** 和 * | ------------ | ------------ | | goku-ce-console | 编译后的网关控制台文件 | | goku-sql| mysql数据库安装脚本 | + 其中goku-ce-console(控制台文件)里包含一个程序: * gateway-console:控制台程序 @@ -69,6 +71,7 @@ AGW的安装包包含两个文件 **goku-console(控制台安装包)** 和 * | 目录名称 | 含义 | | ------------ | ------------ | | goku-ce-node | 编译后的网关节点文件 | + 其中goku-ce-node(节点文件)里包含一个程序: * gateway-node:节点程序 @@ -256,4 +259,4 @@ You may obtain a copy of the License at http://www.gnu.org/licenses/gpl-3.0.html Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +``` -- GitLab