A specification for human-readable, AI-executable installation instructions.
This is a meta example - the install.md file for the install.md documentation site itself!
Clone the repository and set up the local development environment:
git clone https://github.com/mintlify/install-md.git
cd install-mdCheck if I have Node.js 18+ installed. If not, install it using my system's package manager (brew, apt, dnf, etc.) or from nodejs.org.
Install the Mintlify CLI globally:
npm install -g mintStart the development server:
mint devThis will start a local server at http://localhost:3000 where I can preview the documentation.
Tell me the URL and that the preview will automatically update as I edit files.
Optional: If I want to contribute, create a new branch for my changes before editing any files.