mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-22 05:27:28 +00:00
Better copy
This commit is contained in:
parent
c5abca4099
commit
10d3fa150c
@ -14,7 +14,7 @@ struct SetupView: View {
|
|||||||
actionText: "Install") {
|
actionText: "Install") {
|
||||||
self.installLaunchAgent()
|
self.installLaunchAgent()
|
||||||
}
|
}
|
||||||
SetupStepView(text: "You need to add a line to your shell config (.bashrc or .zshrc) telling SSH to talk to SecretAgent when it wants to authenticate. Drag this into your config file.",
|
SetupStepView(text: "Add this line to your shell config (.bashrc or .zshrc) telling SSH to talk to SecretAgent when it wants to authenticate. Drag this into your config file.",
|
||||||
index: 2,
|
index: 2,
|
||||||
nestedView: SetupStepCommandView(text: Constants.socketPrompt),
|
nestedView: SetupStepCommandView(text: Constants.socketPrompt),
|
||||||
actionText: "Added") {
|
actionText: "Added") {
|
||||||
|
Loading…
Reference in New Issue
Block a user