Skip to content

Commit 04d887e

Browse files
committed
fix typo
1 parent 17d7e2b commit 04d887e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ named `result` placed in the directory where you invoked the command.
196196
| `nix build github:autc04/Retro68#samples-powerpc` | Sample programs for PowerPC |
197197
| `nix build github:autc04/Retro68#pkgsCross.m68k.zlib` | zlib library, cross-compiled for 68K Macs |
198198
| `nix build github:autc04/Retro68#pkgsCross.m68k.`*packagename* | cross-compile *packagename* to 68K |
199-
| `nnix build github:autc04/Retro68#pkgsCross.powerpc.`*packagename* | cross-compile *packagename* to PowerPC |
199+
| `nix build github:autc04/Retro68#pkgsCross.powerpc.`*packagename* | cross-compile *packagename* to PowerPC |
200200

201201
You can attempt to cross-compile *any* package from the `nixpkgs` collection. Unless the
202202
package contains a very portable library, the command will of course fail. Please don't

0 commit comments

Comments
 (0)