Skip to content

Commit

Permalink
feat(docs): 新增安装到环境目录给予权限
Browse files Browse the repository at this point in the history
  • Loading branch information
ys1231 committed Jun 12, 2023
1 parent 1956012 commit 88192ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ options:
参数 保存到文件
```
# 编译命令
pyinstaller -F -w ./main.py --distpath=out -n sosearch
rm -rf out build *.log searchso.spec
pyinstaller -F -w ./main.py --distpath=out -n sosearch
cp ./sosearch ~/.bin
sudo chmod a+x ~/.bin/sosearch

0 comments on commit 88192ed

Please sign in to comment.