Skip to content

Commit 0fc14dd

Browse files
Rtoaxjkozol
authored andcommitted
README.md: Fix markdown format
Signed-off-by: Rong Tao <[email protected]>
1 parent f54c7e9 commit 0fc14dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,24 @@ frontend for [osbuild](https://github.com/osbuild).
1212

1313
Cockpit Composer can be installed on RHEL and Fedora systems using:
1414

15+
```
1516
$ dnf install cockpit-composer
17+
```
1618

1719
Make sure to install/enable [Cockpit](https://cockpit-project.org/) with:
1820

21+
```
1922
$ systemctl enable --now cockpit.socket
23+
```
24+
2025
## Install from source code
2126

2227
First download the code from Github:
2328

29+
```
2430
$ git clone https://github.com/osbuild/cockpit-composer.git
2531
$ cd cockpit-composer/
32+
```
2633

2734

2835
## Install on MacOS (using a VM)
@@ -57,6 +64,7 @@ but the following steps are focused on the open source VM host [UTM](https://git
5764
## Development instructions
5865

5966
It's easy to set up your local machine to develop on Cockpit Composer.
67+
6068
### Install the development dependencies
6169

6270
On Fedora or Red Hat Enterprise Linux:
@@ -117,13 +125,17 @@ Any auto fixable errors can be corrected with:
117125

118126
### Build rpm
119127

128+
```
120129
$ make rpm
130+
```
121131

122132
### Run integration test
123133

124134
Run test without visually seeing what the browser is doing:
125135

136+
```
126137
$ make check
138+
```
127139

128140
To learn more about testing see our [testing docs](test).
129141

0 commit comments

Comments
 (0)