Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
fix(linux): add ln samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoz committed Jan 19, 2021
1 parent 918262f commit 6aae507
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**注意:运行时需要修改 make.bat 或 Makefile 文件中的 `SPHINXBUILD` 路径,Linux下,直接在Makefile所在目录运行 `make html` 即可**

![venv](./venv_activate.png)
![venv](docs/assets/venv_activate.png)

## 采用 Markdown 语法

Expand Down
File renamed without changes
3 changes: 3 additions & 0 deletions docs/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ ps -ef|grep soffice|grep -v grep|awk '{print \$2}'|xargs kill -9

```
ln -s /mnt/disk0/xiaoi /xiaoi
sudo ln -s /home/ekozhan/Programs/node-v14.15.4-linux-x64/bin/node /usr/local/bin/node
sudo ln -s /home/ekozhan/Programs/node-v14.15.4-linux-x64/bin/npm /usr/local/bin/npm
sudo ln -s /home/ekozhan/Programs/node-v14.15.4-linux-x64/bin/cnpm /usr/local/bin/cnpm
```

## 重启关机记录排查
Expand Down

0 comments on commit 6aae507

Please sign in to comment.