Skip to content

Commit 4a8646c

Browse files
committed
Optimized Repositories: Fixup for Step 2 in migration guide
1 parent aa2cf71 commit 4a8646c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/features/optimized_repos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you are currently using the `x86-64-v3` repositories and you upgrade to a Zen
4646
gcc -march=native -Q --help=target 2>&1 | grep -Po "^\s+-march=\s+\K(\w+)\$"
4747
```
4848
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:
49+
2. Replace the `x86-64-v3` repositories in your `/etc/pacman.conf` with the `znver4` repositories. Your `/etc/pacman.conf` should look like this:
5050
```ini title='Example'
5151
[cachyos-znver4]
5252

0 commit comments

Comments
 (0)