Skip to content

Commit fb34a97

Browse files
committed
修改README.md
1 parent be9c3d9 commit fb34a97

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
## 说明
7-
一个基于[docker](https://www.docker.com/)的LNMP环境,并利用[electron](https://electron.atom.io/) + [vue](https://cn.vuejs.org/) 提供gui管理(目前只处理了window环境,后续支持linux和mac
7+
一个基于[docker](https://www.docker.com/)的LNMP环境,并利用[electron](https://electron.atom.io/) + [vue](https://cn.vuejs.org/) 提供gui管理(目前只处理了window环境和mac环境,后续支持linux
88

99
<br />其中gui界面通过[electron](https://electron.atom.io/)+[webpack](http://webpack.github.io/)+[vue](https://cn.vuejs.org/)+[babel](http://babeljs.cn/)实现。
1010

@@ -13,7 +13,7 @@
1313
- 1、npm打开
1414
```powershell
1515
cd electron
16-
npm install
16+
npm install --registry=https://registry.npm.taobao.org
1717
npm start
1818
```
1919

@@ -64,10 +64,15 @@ bash /usr/local/php-ext.sh memcached-2.2.0 xdebug-2.4.0
6464

6565

6666

67+
<br>
6768

6869
## 各截图
6970

70-
mini安装[多个扩展](https://github.com/aogg/docker_lnmp/blob/a716e496d59bf408804cda1e10b970af387a62bf/docker/php/src/install.json)时间<br />
71+
主界面截图
72+
![github](https://raw.githubusercontent.com/aogg/image_repository/master/docker_lnmp/%e8%bd%af%e4%bb%b6%e4%b8%bb%e7%95%8c%e9%9d%a2%e6%88%aa%e5%9b%be.png "主界面截图")
73+
74+
75+
mini安装[多个扩展](https://github.com/aogg/docker_lnmp/blob/a716e496d59bf408804cda1e10b970af387a62bf/docker/php/src/install.json)时间
7176
![github](https://raw.githubusercontent.com/aogg/image_repository/master/docker_lnmp/mini%E5%AE%89%E8%A3%85%E6%89%A9%E5%B1%95%E6%97%B6%E9%97%B4.png "mini安装扩展时间")
7277

7378

0 commit comments

Comments
 (0)