Skip to content

Commit

Permalink
docs: adds a note about installing direnv and devbox
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Jan 11, 2024
1 parent d47d60f commit c926fe1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/developer_workflow.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Developer workflow

This document outlines how to
## Prerequisites

## Build the source code
This project requires the following to be installed on the developer's workstation.

Download source code:
1. [devbox](https://www.jetpack.io/devbox/docs/installing_devbox/)
1. [direnv](https://direnv.net/docs/installation.html)

```shell
git clone https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix.git
cd cluster-api-provider-nutanix
```
To install the required packages, please follow the directions provided for your system.

## Build source code
<pre>
Expand Down

0 comments on commit c926fe1

Please sign in to comment.