diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a9fbb8ad..fef82624 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -8,7 +8,8 @@
-
+
+
@@ -79,13 +80,6 @@
1670414596656
-
- 1686563771658
-
-
-
- 1686563771658
- 1686563882145
@@ -422,7 +416,14 @@
1686591803856
-
+
+ 1686591898468
+
+
+
+ 1686591898468
+
+
diff --git a/docs/configuration/multilib.md b/docs/configuration/multilib.md
index 5bf18703..5d4a4086 100644
--- a/docs/configuration/multilib.md
+++ b/docs/configuration/multilib.md
@@ -1,11 +1,8 @@
### Multilib
-Slackware for x86_64 - multilib packages & install instructions:
+Date: 12/06/2023
-Date: 04/04/2023
-
-Slackware for x86_64 - multilib packages & install instructions
----------------------------------------------------------------
+### Slackware for x86_64 - multilib packages & install instructions
Before proceeding with the installation, it is better to read Eric's instructions.
You will find the file README.ERIC for this purpose, or refer directly to:
@@ -15,13 +12,17 @@ In this folder, there are two lists, as Eric says, you should install first the
and then the 32-bit compatibility packages. First, edit the '/etc/slpkg/repositories.toml' file
and enable the 'multilib' repository and then:
- $ slpkg update --bin-repo=multilib
+```
+ $ slpkg update --repository=multilib
+```
- $ slpkg install glibc_packages.pkgs --reinstall --bin-repo=multilib
+```
+ $ slpkg install glibc_packages.pkgs --repository=multilib
+```
- and
-
- $ slpkg install compat32.pkgs --bin-repo=multilib
+```
+ $ slpkg install compat32.pkgs --repository=multilib
+```
Please read README.ERIC for more or visit the site as I say above.