Skip to content

Commit

Permalink
docs: Fix typo and update source file path (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
GNITOAHC authored Dec 2, 2023
1 parent 7d8cc16 commit 16ec2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/master/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ There is an example [docker-compose.yml](https://github.com/gorse-io/gorse/blob/
mkdir gorse
cd gorse

# Download docker-compose.yml and config.tom
# Download docker-compose.yml and config.toml
wget https://raw.githubusercontent.com/zhenghaoz/gorse/release-0.4/docker-compose.yml
wget https://raw.githubusercontent.com/zhenghaoz/gorse/release-0.4/config.toml
wget https://raw.githubusercontent.com/zhenghaoz/gorse/release-0.4/config/config.toml
```

2. Setup the Gorse cluster using Docker Compose.
Expand Down

0 comments on commit 16ec2a0

Please sign in to comment.