Skip to content

Commit 890f5d5

Browse files
author
mdaraujo19
committed
Fixes README.md visualization issues
1 parent 4cdb7a0 commit 890f5d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Note that you must have **sudo** privileges to execute the previous command.
9696

9797
If its **required to install some additional packages**, the tool will ask for your permission.
9898

99-
3. Once the application is installed, you can use with the following command:
99+
- Once the application is installed, you can use with the following command:
100100

101101
```
102102
user@machine:~$ <package_name>
@@ -106,7 +106,7 @@ Where the package name is the one that is in the first part of the `.deb` packag
106106
```
107107
seda_1.6.0-SNAPSHOT_all.deb -> <package_name>_<version>_<architecture>.deb
108108
```
109-
4. If you want to **uninstall** the application, you can simply execute the next command:
109+
- If you want to **uninstall** the application, you can simply execute the next command:
110110

111111
```
112112
user@machine:~$ sudo dpkg -r <package_name>
@@ -140,7 +140,7 @@ Note that you must have **sudo** privileges to execute the previous command.
140140

141141
If its **required to install some additional packages**, the tool will ask for your permission.
142142

143-
3. Once the application is installed, you can use with the following command:
143+
- Once the application is installed, you can use with the following command:
144144

145145
```
146146
user@machine:~$ <package_name>
@@ -151,7 +151,7 @@ Where the package name is the one that is in the first part of the `.snap` packa
151151
```
152152
seda_1.6.0-SNAPSHOT_amd64.snap -> <package_name>_<version>_<architecture>.snap
153153
```
154-
4. If you want to **uninstall** the application, you can simply execute the following command:
154+
- If you want to **uninstall** the application, you can simply execute the following command:
155155

156156
```
157157
user@machine:~$ sudo snap remove <package_name>
@@ -174,7 +174,7 @@ Note that you must have **sudo** privileges to execute the previous command.
174174
If its **required to install some additional packages**, the tool will ask for your permission.
175175

176176

177-
5. Once the application is installed, you can use with the following command:
177+
- Once the application is installed, you can use with the following command:
178178

179179
```
180180
user@machine:~$ <package_name>
@@ -186,7 +186,7 @@ Where the package name is the one that is in the first part of the `.rpm` packag
186186
seda-1.6.0_SNAPSHOT-1.el7.noarch.rpm -> <package_name>-<version>-<package_version>.<linux_enterprise_version>.<architecture>.rpm
187187
```
188188

189-
6. If you want to **uninstall** the application, you can simply execute the following command:
189+
- If you want to **uninstall** the application, you can simply execute the following command:
190190

191191
```
192192
user@machine:~$ sudo rpm -e <package_name>

0 commit comments

Comments
 (0)