From 70997e40255f75c5ac71ec01e7e26971f0d5027f Mon Sep 17 00:00:00 2001 From: Konano Date: Tue, 5 Dec 2023 01:19:15 +0800 Subject: [PATCH] update todo --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22f618a..a9a2bc1 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,11 @@ root 用户请使用 [init_root.sh](./init_root.sh) - [ ] 安装 docker 和 docker-compose([参考链接](https://yeasy.gitbook.io/docker_practice/install/ubuntu#jian-li-docker-yong-hu-zu)) -- [ ] `/etc/apt/sources.list.d`: docker, yarn, nginx +- [x] `/etc/apt/sources.list.d`: docker, yarn, nginx + +### Others + +```bash +systemctl --user enable docker +sudo env PATH=$PATH:/usr/local/bin /home/ubuntu/.config/yarn/global/node_modules/pm2/bin/pm2 startup systemd -u ubuntu --hp /home/ubuntu +``` \ No newline at end of file