Skip to content

Commit 34b09d7

Browse files
committed
update README.md
1 parent 55d33b2 commit 34b09d7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# 甲骨文实例抢购教程
22

33
## 添加 API 密钥
4-
1. 登录甲骨文云官方网站,点击右上角头像 -> 用户设置 -> API 密钥 -> 添加API 密钥。
4+
5+
登录甲骨文云官方网站,点击右上角头像 -> 用户设置 -> API 密钥 -> 添加API 密钥。
6+
57
![image](https://github.com/lemoex/oci-help/raw/main/doc/api-key-1.png)
8+
![image](https://github.com/lemoex/oci-help/raw/main/doc/api-key-2.png)
9+
![image](https://github.com/lemoex/oci-help/raw/main/doc/api-key-3.png)
10+
11+
12+
## 配置
13+
- 下载编译好的文件 [下载地址](https://github.com/lemoex/oci-help/releases/latest)
14+
15+
- 解压压缩包,修改配置文件 `oci-help.ini`
16+
17+
![image](https://github.com/lemoex/oci-help/raw/main/doc/oci-help-ini.png)
18+
19+
## 运行
20+
```bash
21+
# 前台运行
22+
./oci-help
623

24+
# 或者在 screen 中后台运行
25+
screen -S oci-help ./oci-help
26+
```

doc/oci-help-ini.png

278 KB
Loading

0 commit comments

Comments
 (0)