Skip to content

Commit e545bc7

Browse files
committed
Polish texts for CLI installation
1 parent 630eb84 commit e545bc7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/cli_install.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ curl --location --fail --output ~/.dblab/dblab \
2323
&& mv ~/.dblab/dblab /usr/local/bin/dblab 2> /dev/null \
2424
&& echo 'Done!'
2525
} || {
26-
echo 'Database Lab client CLI is installed to "~/.dblab/dblab".'
27-
echo 'Add this path to $PATH or, alternatively, move the binary to the global space:'
26+
echo 'Downloaded to:'
27+
echo ' ~/.dblab/dblab'
28+
echo 'Add it to $PATH or move the binary manually:'
2829
echo ' sudo mv ~/.dblab/dblab /usr/local/bin/dblab'
2930
}
3031

31-
echo 'To start using Database Lab client CLI, run:'
32+
echo 'To start, run:'
3233
echo ' dblab init'

0 commit comments

Comments
 (0)