Skip to content

Commit

Permalink
Fix broken anchor link in 'spin-up-a-devnet' page. (#294)
Browse files Browse the repository at this point in the history
* Adds missing dependencies for local devnet install.

* Improves devnet structure. Updates build-from-source steps.

* Adds summary intro to Programs.

* Fixes broken anchor link in devnet page.

* Reverts program page back to main.
  • Loading branch information
johnnymatthews authored Jan 6, 2025
1 parent 211a15a commit e3f607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/spin-up-a-devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A devnet is an essential tool for devs working with Entropy. It provides a safe
This guide will cover two primary methods for setting up a local Entropy devnet:

- [Using Docker containers]({{< relref "#docker-containers" >}}): The recommended method for most users due to its ease of use and simplicity.
- [Building from source]({{< relref "building-from-source" >}}): For developers who require more control or are unable to use Docker.
- [Building from source]({{< relref "#building-from-source" >}}): For developers who require more control or are unable to use Docker.

## Docker containers

Expand Down

0 comments on commit e3f607a

Please sign in to comment.