We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2cf71 commit 4a8646cCopy full SHA for 4a8646c
src/content/docs/features/optimized_repos.mdx
@@ -46,7 +46,7 @@ If you are currently using the `x86-64-v3` repositories and you upgrade to a Zen
46
gcc -march=native -Q --help=target 2>&1 | grep -Po "^\s+-march=\s+\K(\w+)\$"
47
```
48
If the output is `znver4` or `znver5`, you can proceed with the migration.
49
-2. Add the `znver4` repositories to your `/etc/pacman.conf` file as shown below:
+2. Replace the `x86-64-v3` repositories in your `/etc/pacman.conf` with the `znver4` repositories. Your `/etc/pacman.conf` should look like this:
50
```ini title='Example'
51
[cachyos-znver4]
52
0 commit comments