diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b57fdb11..a488cb35 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,10 +7,7 @@
-
-
-
-
+
@@ -80,34 +77,6 @@
1670414596656
-
- 1686590185342
-
-
-
- 1686590185342
-
-
- 1686590307051
-
-
-
- 1686590307051
-
-
- 1686590374797
-
-
-
- 1686590374797
-
-
- 1686590735604
-
-
-
- 1686590735605
-
1686591529010
@@ -423,7 +392,35 @@
1686676636008
-
+
+ 1686678484004
+
+
+
+ 1686678484004
+
+
+ 1686678568326
+
+
+
+ 1686678568326
+
+
+ 1686678725083
+
+
+
+ 1686678725083
+
+
+ 1686678858369
+
+
+
+ 1686678858369
+
+
@@ -471,8 +468,6 @@
-
-
@@ -487,6 +482,8 @@
-
+
+
+
\ No newline at end of file
diff --git a/docs/how_to_start/index.md b/docs/how_to_start/index.md
index 5d0f9a1b..d5878bc3 100644
--- a/docs/how_to_start/index.md
+++ b/docs/how_to_start/index.md
@@ -6,7 +6,7 @@ the `/etc/slpkg/repositories.toml` file, otherwise edit the file and set `true`
The second step is to update the package lists and install the data to the database, just run:
```
- $ slpkg update
+$ slpkg update
```
Now you are ready to start!
@@ -14,41 +14,41 @@ Now you are ready to start!
To install a package, run:
```
- $ slpkg install
+$ slpkg install
```
or change the repository:
```
- $ slpkg install --repository=
+$ slpkg install --repository=
```
You can install a whole repository with the command:
```
- $ slpkg install '*' --repository=
+$ slpkg install '*' --repository=
```
To remove a package with the dependencies:
```
- $ slpkg remove
+$ slpkg remove
```
If you want to search a package from all repositories, run:
```
- $ slpkg search --repository='*'
+$ slpkg search --repository='*'
```
Edit the configuration `/etc/slpkg/slpkg.toml` file:
```
- $ slpkg configs
+$ slpkg configs
```
For further information, please read the manpage:
```
- $ man slpkg
+$ man slpkg
```
\ No newline at end of file