Skip to content

Commit

Permalink
Update contribution steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jun 10, 2021
1 parent b448f97 commit 94b0014
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ docker build -t cmdc .

Interested in helping out? Here's how to do it.

1. Get a free compiler, like [Visual Studio 2019]()
1. Download a Maya devkit, such as [this one]()
1. Get a free compiler, like [Visual Studio 2019](https://visualstudio.microsoft.com/vs/community/) for Windows
1. Download and unzip a [Maya devkit](https://www.autodesk.com/developer-network/platform-technologies/maya) (scroll down)
2. Clone this repository
3. Write your header file
4. Submit a pull-request
Expand All @@ -156,7 +156,7 @@ Great, then here's what's next.

```bash
# Tell cmdc about where your devkit is
$env:DEVKIT_LOCATION="C:\github\mayaexamples\maya-devkit\2020.2\windows"
$env:DEVKIT_LOCATION="C:\maya-devkit"

# Clone the big jeeves out of this repository
git clone https://github.com/mottosso/cmdc.git
Expand All @@ -173,4 +173,4 @@ From here, you'll have a freshly generated header file, ready to fill in. As you

```bash

```
```

0 comments on commit 94b0014

Please sign in to comment.