Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan authored Oct 6, 2024
1 parent 2d52c91 commit 14ef0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ The full image is available on DockerHub: <https://hub.docker.com/repository/doc

`docker run --rm -it -v <dir-you-cloned-amiberry-into>:/build midwan/amiberry-debian-x84_64:latest`

Then you can proceed to compile Amiberry as usual, e.g. `make -j8 PLATFORM=x86-64`
Then you can proceed to compile Amiberry as usual, e.g. `cmake -B build && cmake --build build`

0 comments on commit 14ef0b8

Please sign in to comment.