Skip to content

Commit 8ff2e8f

Browse files
committed
Merge branch 'feature/docs' into develop
2 parents b716153 + f706aa4 commit 8ff2e8f

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

jenkins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ choco install -y jenkins
1010

1111
### On Kubernetes
1212

13-
- Installing Jenkins - Kubernets: <https://www.jenkins.io/doc/book/installing/kubernetes/>
13+
- Installing Jenkins - Kubernetes: <https://www.jenkins.io/doc/book/installing/kubernetes/>
1414
- Jenkins Helm Charts: <https://github.com/jenkinsci/helm-charts>
1515
- Jenkins Operator: <https://www.jenkins.io/projects/jenkins-operator/>
1616

mysql/README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,20 @@
66

77
```sh
88
brew install mysql-client
9-
10-
# brew uninstall mysql-client
119
```
1210

1311
### Chocolatey
1412

1513
```ps1
1614
choco install -y mysql-cli
17-
18-
# choco uninstall -y mysql-cli
1915
```
2016

21-
## Install Mysql Shell (CLI)
17+
## Install MySQL Shell (CLI)
2218

2319
### Homebrew
2420

2521
```sh
2622
brew install --cask mysql-shell
27-
# brew uninstall --cask mysql-shell
2823
```
2924

3025
## Install MySQL Server
@@ -33,8 +28,6 @@ brew install --cask mysql-shell
3328

3429
```ps1
3530
choco install -y mysql
36-
37-
# choco uninstall -y mysql
3831
```
3932

4033
### Docker
@@ -47,8 +40,6 @@ MySQL Docker Hub: <https://hub.docker.com/_/mysql>
4740

4841
```ps1
4942
choco install -y mysql-connector
50-
51-
# choco uninstall -y mysql-connector
5243
```
5344

5445
## MySQL Workbench
@@ -57,8 +48,6 @@ choco install -y mysql-connector
5748

5849
```ps1
5950
choco install -y mysql.workbench
60-
61-
# choco uninstall -y mysql.workbench
6251
```
6352

6453
## References

0 commit comments

Comments
 (0)