Skip to content

Commit 5739f8a

Browse files
committed
docs(README): reorganize development build commands section
1 parent 3b8fa54 commit 5739f8a

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-subtree
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
@@ -113,6 +108,23 @@ go install github.com/mrz1836/mage-x/cmd/magex@latest
113108
114109
<br/>
115110

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

232244
</details>
233245

234-
<details>
235-
<summary><strong><code>Build Commands</code></strong></summary>
236-
<br/>
237-
238-
View all build commands
239-
240-
```bash script
241-
magex help
242-
```
243-
244-
</details>
245-
246246
<br/>
247247

248248
## 🧪 Examples & Tests

0 commit comments

Comments
 (0)