We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630eb84 commit e545bc7Copy full SHA for e545bc7
scripts/cli_install.sh
@@ -23,10 +23,11 @@ curl --location --fail --output ~/.dblab/dblab \
23
&& mv ~/.dblab/dblab /usr/local/bin/dblab 2> /dev/null \
24
&& echo 'Done!'
25
} || {
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:'
+ echo 'Downloaded to:'
+ echo ' ~/.dblab/dblab'
28
+ echo 'Add it to $PATH or move the binary manually:'
29
echo ' sudo mv ~/.dblab/dblab /usr/local/bin/dblab'
30
}
31
-echo 'To start using Database Lab client CLI, run:'
32
+echo 'To start, run:'
33
echo ' dblab init'
0 commit comments