Skip to content

Commit

Permalink
docs: Update installation proccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Rehan-shah authored May 22, 2024
1 parent 31ff53e commit 8bfb50b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ No pre-requisites or dependencies needed.
You would only need to run this command to install:

```bash
bash -c "$(curl -s https://raw.githubusercontent.com/Rehan-shah/mlx-web-ui/main/install.sh)"
sudo bash -c "$(curl -s https://raw.githubusercontent.com/Rehan-shah/mlx-web-ui/main/install.sh)"
```

## Getting Started

After installation, navigate to the `mlx-web-ui` directory:

```
cd ../mlx-web-ui
cd mlx-web-ui
```

To start the server, run:

```
bash main.sh
sudo bash main.sh
```

This will start the web server on `http://localhost:5173`. Open your web browser and navigate to `http://localhost:5173` to access the MLX Web UI.
Expand Down

0 comments on commit 8bfb50b

Please sign in to comment.