Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai committed Feb 9, 2024
1 parent 4ebe06c commit ea8949f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MAGI is a python framework for generating programming assignments and autograder

## Quick Start

The easiest way to get started with our application is by using our pre-built Docker image.
The easiest way to get started with our application is by using our pre-built [Docker](https://www.docker.com/) image.

```bash
docker run -d --name magi -p 8501:8501 -v ./settings:/app/settings ghcr.io/cics-syslab/magi:latest
Expand All @@ -42,7 +42,7 @@ services:
## Building from Source
If you prefer to build the application from source, follow the instructions in the [Building from Source](#building-from-source) page.
If you prefer to build the application from source, follow the instructions in the [Build](build) page.
<!--
1. Download the release and unzip it
Expand Down

0 comments on commit ea8949f

Please sign in to comment.