Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,11 @@ The Akash Network Provider is a Go-based implementation that enables providers t
git clone https://github.com/akash-network/provider.git
cd provider
```
3. Install required tools:
3. Activate direnv:
```bash
make cache
```
4. Set up your development environment:
```bash
make setup
```
5. Configure your environment variables:
```bash
cp .env.example .env
# Edit .env with your configuration
direnv allow
```
Some packages may be installed after this

## Project Structure

Expand Down Expand Up @@ -223,4 +215,4 @@ Please note that this project is released with a [Contributor Code of Conduct](C

By contributing, you agree that your contributions will be licensed under the project's [Apache 2.0 License](LICENSE).

Thank you for contributing to the Akash Network Provider!
Thank you for contributing to the Akash Network Provider!