Skip to content

Commit b5b9d87

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

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
@@ -96,11 +96,6 @@
9696
go get -u github.com/bsv-blockchain/go-tx-map
9797
```
9898

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

106101
## 📚 Documentation
@@ -112,6 +107,23 @@ go install github.com/mrz1836/mage-x/cmd/magex@latest
112107

113108
<br/>
114109

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

231243
</details>
232244

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

247247
## 🧪 Examples & Tests

0 commit comments

Comments
 (0)