Skip to content

Commit 8d86486

Browse files
committed
updated scripts
1 parent b639670 commit 8d86486

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ function Install-Autohand {
365365
Write-Host "Get started:"
366366
Write-Host " autohand # Start interactive mode"
367367
Write-Host " autohand --help # Show all options"
368-
Write-Host " autohand /login # Sign in to your account"
368+
Write-Host " autohand login # Sign in to your account"
369369
Write-Host ""
370370
}
371371

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ EOF
155155
echo "Get started:"
156156
echo " autohand # Start interactive mode"
157157
echo " autohand --help # Show all options"
158-
echo " autohand /login # Sign in to your account"
158+
echo " autohand login # Sign in to your account"
159159
fi
160160

161161
echo ""

0 commit comments

Comments
 (0)