diff --git a/docs/getting-started/introduction.mdx b/docs/getting-started/introduction.mdx index ed1827c..24b6e04 100644 --- a/docs/getting-started/introduction.mdx +++ b/docs/getting-started/introduction.mdx @@ -17,6 +17,18 @@ We intend to become the “Linux” of this new space— open, modular, and free ## Quick Start +### Install dependencies + +```bash +# MacOS +brew install portaudio ffmpeg cmake + +# Ubuntu +sudo apt-get install portaudio19-dev ffmpeg cmake +``` + +### Install and run the 01 CLI + ```bash # Clone the repo, cd into the 01OS directory git clone https://github.com/OpenInterpreter/01.git @@ -27,4 +39,4 @@ poetry install poetry run 01 ``` -_Disclaimer:_ The current version of 01OS is a developer preview. +_Disclaimer:_ The current version of 01OS is a developer preview