Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Removed old commands
  • Loading branch information
joshfishman authored Oct 10, 2024
1 parent 8e65d72 commit 6b96901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
```bash
docker build -t ds .
```
This command builds a Docker image named `mkdocs-site` from the Dockerfile in the current directory.
Note: If you have a permissions error run `sudo docker build -t mkdocs-site .` and enter your machines password.
This command builds a Docker image named `ds` from the Dockerfile in the current directory.
Note: If you have a permissions error run `sudo docker build -t ds .` and enter your machines password.

#### 4. **Starting Docker**
**IMPORTANT:** Please make sure the `Docker Desktop` application is **running on your computer** before you run the bash commands below.
Expand Down

0 comments on commit 6b96901

Please sign in to comment.