Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leconio committed Apr 18, 2019
1 parent 9000c80 commit 6288832
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SimpleAddEnvPath
Go语言实现,快速添加环境变量工具,适用于Mac和Linux

# 使用方式
从release中下载mac版本的可执行文件,或者自行编译。

addPath 添加当前目录到Path环境变量

addPath [value] 添加value到`~/.zshrc`或者`~/.bashrc`

addPath [path] [value] 添加value到path中,path必须存在

0 comments on commit 6288832

Please sign in to comment.