Skip to content

Commit 3e28582

Browse files
authored
README fix up
1 parent a7d8a9f commit 3e28582

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22

33
轮回书库,希望可以收录整理所有书籍。
44

5-
5+
```bash
66
git fetch --all
77
git reset --hard origin/master
88
git pull
9+
```
910

1011
Notes
1112
-----
12-
Run 'mysqld --standalone' or 'mysqld --console' to start the Database,
13-
or run following command as administrator to register MySQL as a service. See:
14-
https://dev.mysql.com/doc/refman/en/windows-start-service.html
15-
16-
mysqld --install MySQL --defaults-file="C:\Scoop\apps\mysql\current\my.ini"
13+
Run `mysqld --standalone` or `mysqld --console` to start the Database,
14+
or run following command as administrator to register MySQL as a service.
15+
See: https://dev.mysql.com/doc/refman/en/windows-start-service.html
16+
17+
`mysqld --install MySQL --defaults-file="C:\Scoop\apps\mysql\current\my.ini"`
1718

18-
To stop and/or delete the Service run 'sc stop MySQL' and 'sc delete MySQL'.
19-
'mysql' suggests installing 'extras/vcredist2022'.
19+
To stop and/or delete the Service run 'sc stop MySQL' and 'sc delete MySQL'.
20+
`mysql` suggests installing `extras/vcredist202`'.

0 commit comments

Comments
 (0)