Skip to content

Commit b4fce2a

Browse files
committed
update README.md
1 parent 0ece6ac commit b4fce2a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README-zh_tw.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
Helm Chart 小助手是一個幫您快速產生 Helm Chart 相關指令的小工具,它可以幫助你快速瞭解並熟悉 Helm 相關指令,進而加快您的開發佈建效率。
88

9+
## macOS 注意事項
10+
11+
macOS 預設安全設定會阻止未簽署的應用程式執行,如果您在執行應用程式時遇到錯誤訊息,您可以嘗試以下步驟允許應用程式執行:
12+
13+
```bash
14+
sudo xattr -r -d com.apple.quarantine /Applications/helm-cli-helper.app
15+
```
16+
917
## 使用技術
1018

1119
- Vue 3

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
Helm Chart Helper is a small tool that helps you quickly generate Helm Chart related commands. It can help you quickly understand and familiarize yourself with Helm related commands, thereby speeding up your development and deployment efficiency.
88

9+
## Note for macOS
10+
11+
Default macOS security settings prevent unsigned applications from being run. If you encounter an error message when running the application, you can try the following steps to allow the application to run:
12+
13+
```bash
14+
sudo xattr -r -d com.apple.quarantine /Applications/helm-cli-helper.app
15+
```
16+
917
## Technology
1018

1119
- Vue 3

0 commit comments

Comments
 (0)