Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatz authored Oct 15, 2024
1 parent 17d0dc6 commit 952a336
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ sudo apt install socat

Create shell script.

`/path/to/pinentry-vscode`
```bash
#!/bin/sh
exec /user/bin/socat stdio unix-connect:/run/user/1000/pinentry-vscode.sock
```

```bash
echo exec /user/bin/socat stdio unix-connect:/run/user/1000/pinentry-vscode.sock > /path/to/pinentry-vscode
chmod +x /path/to/pinentry-vscode
```

Expand Down

0 comments on commit 952a336

Please sign in to comment.