Skip to content

Commit d28e705

Browse files
committed
docs(README): reorganize development build commands section
1 parent a86891b commit d28e705

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@
9494
go get -u github.com/bsv-blockchain/go-overlay-discovery-services
9595
```
9696

97-
Get the [MAGE-X](https://github.com/mrz1836/mage-x) build tool for development:
98-
```shell script
99-
go install github.com/mrz1836/mage-x/cmd/magex@latest
100-
```
101-
10297
<br/>
10398

10499
## 📚 Documentation
@@ -110,6 +105,23 @@ go install github.com/mrz1836/mage-x/cmd/magex@latest
110105

111106
<br/>
112107

108+
<details>
109+
<summary><strong><code>Development Build Commands</code></strong></summary>
110+
<br/>
111+
112+
Get the [MAGE-X](https://github.com/mrz1836/mage-x) build tool for development:
113+
```shell script
114+
go install github.com/mrz1836/mage-x/cmd/magex@latest
115+
```
116+
117+
View all build commands
118+
119+
```bash script
120+
magex help
121+
```
122+
123+
</details>
124+
113125
<details>
114126
<summary><strong><code>Repository Features</code></strong></summary>
115127
<br/>
@@ -228,18 +240,6 @@ This command ensures all dependencies are brought up to date in a single step, i
228240

229241
</details>
230242

231-
<details>
232-
<summary><strong><code>Build Commands</code></strong></summary>
233-
<br/>
234-
235-
View all build commands
236-
237-
```bash script
238-
magex help
239-
```
240-
241-
</details>
242-
243243
<br/>
244244

245245
## 🧪 Examples & Tests

0 commit comments

Comments
 (0)