Skip to content

Commit 1c9ed5d

Browse files
committed
Add Alfred
1 parent 97fc6e2 commit 1c9ed5d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/development/mac.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ brew install redis
6262
brew services start redis
6363
```
6464

65-
## 修改 hosts
65+
## Nginx
6666

6767
```shell
68-
sudo vim /etc/hosts
68+
brew install nginx
6969
```
7070

7171
## Core Dump
@@ -89,8 +89,10 @@ lldb -c /cores/core.37676
8989
killall ControlStrip
9090
```
9191

92-
## Nginx
92+
## Alfred
9393

94-
```shell
95-
brew install nginx
96-
```
94+
Fix auto-paste on return failure
95+
96+
```bash
97+
tccutil reset All com.runningwithcrayons.Alfred
98+
```

0 commit comments

Comments
 (0)