Skip to content

Commit 18f2e1c

Browse files
committed
Code formatting for README.
1 parent 3bff300 commit 18f2e1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ There are install files available for 5.5, 5.6 and 5.7 respectively. To load the
77

88
For instance if you download to /tmp/dbahelper/ you should:
99

10-
cd /tmp/dbahelper/
11-
mysql -u user -p < ./ps_helper_<version>.sql
10+
cd /tmp/dbahelper/
11+
mysql -u user -p < ./ps_helper_<version>.sql
1212

1313
Or if you would like to log in to the client:
1414

15-
cd /tmp/dbahelper/
16-
mysql -u user -p
17-
SOURCE ./ps_helper_<version>.sql
15+
cd /tmp/dbahelper/
16+
mysql -u user -p
17+
SOURCE ./ps_helper_<version>.sql
1818

1919
Alternatively, you could just choose to load individual files based on your needs, but beware, certain objects have dependencies on other objects.

0 commit comments

Comments
 (0)