提交 b629502a 编写于 作者: yanghye's avatar yanghye

update README

上级 f7177acd
......@@ -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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册