From b629502a1f72e875688b8140845bfd559649e9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E7=BA=A2=E5=B2=A9?= Date: Sun, 20 Nov 2022 17:38:29 +0800 Subject: [PATCH] update README --- README.en-US.md | 12 ++++++------ README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 6298160..5396174 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -33,17 +33,17 @@ English #### Basic needs > golang >= 1.9.2 > -> Download the CEF binary package for the corresponding platform and version, and decompress it to the directory. +> 1. Use the energy command line tool to automatically install environment dependencies +> +> 2. Configure the ENERGY_HOME environment variable, ENERGY_HOME= framework root > > Example/simple example > -> Install Energy dependencies go get github.com/energye/energy -> -> Or use: go mod init, go mod tidy +> go mod tidy > -> run simple +> IDE run simple > -> The packaging application Energy does not have packaging modules, Windows you can use (MSI or Inno Setup) and other green packaging tools, Deb installation package in Linux, MacOS generates. App packages by default or custom. App packages +> Currently, the command line tools do not support packaged applications, Windows you can use (MSI or Inno Setup) and other green packaging tools, Deb installation package in Linux, MacOS generates. App packages by default or custom. App packages ##### example/simple code ```go diff --git a/README.md b/README.md index d76e0f3..d6b375f 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,17 @@ #### 基本需求 > golang >= 1.9.2 > -> 下载对应平台的CEF和Energy的动态链接库.并将其解压至任意目录. +> 1. 使用energy命令行工具自动安装环境依赖 +> +> 2. 配置ENERGY_HOME环境变量, ENERGY_HOME=框架根目录 > > 以example/simple示例为例 > -> 安装energy依赖 go get github.com/energye/energy -> -> 或者使用 go mod init, go mod tidy +> go mod tidy > -> 运行simple +> 在IDE中运行simple > -> 打包应用程序 Energy 没有打包模块, windows你可以使用(MSI或Inno Setup)和其它绿色打包工具, linux下deb安装包等, MacOS默认开发时会生成.app包或者自行定制.app包 +> 目前命令行工具不支持打包应用程序, windows你可以使用(MSI或Inno Setup)和其它绿色打包工具, linux下deb安装包等, MacOS默认开发时会生成.app包或者自行定制.app包 ##### example/simple 示例代码 ```go -- GitLab