From 9b0da159ed50e3a729a2f3e610e8b347ff460b47 Mon Sep 17 00:00:00 2001 From: Douglas Schilling Landgraf Date: Thu, 30 Jan 2025 00:57:06 -0500 Subject: [PATCH] README: add macOS steps Let's make user live easier to join the ramalama club. Signed-off-by: Douglas Schilling Landgraf --- README.md | 4 ++++ docs/README-macOS.md | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 docs/README-macOS.md diff --git a/README.md b/README.md index fa3c852e..ac8d9d04 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,10 @@ huggingface so if you like this tool, give some of these repos a :star:, and hey, give us a :star: too while you are at it. +## macOS + +To run ramalama project on macOS, [follow our dedicated guide](docs/README-macOS.md) + ## Community [`Matrix`](https://matrix.to/#/#ramalama:fedoraproject.org) diff --git a/docs/README-macOS.md b/docs/README-macOS.md new file mode 100644 index 00000000..9b507052 --- /dev/null +++ b/docs/README-macOS.md @@ -0,0 +1,15 @@ +This README provides a step-by-step guide on how to run ramalama on macOS. + +```bash +brew install go +brew install podman +go install github.com/cpuguy83/go-md2man/v2@latest +python3 -m venv ~/.venvs/ramalama +source ~/.venvs/ramalama/bin/activate +pip install argcomplete +sudo make install +podman machine init +podman machine start +sudo make build +``` +