Skip to content

Commit 1fc590a

Browse files
committed
docs(README): reorganize development build commands section
1 parent 9ac04cd commit 1fc590a

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
@@ -100,11 +100,6 @@ Library for Lock Free Queue capabilities. A Lock Free Queue is a FIFO structure
100100
go get -u github.com/bsv-blockchain/go-lockfree-queue
101101
```
102102

103-
Get the [MAGE-X](https://github.com/mrz1836/mage-x) build tool for development:
104-
```shell script
105-
go install github.com/mrz1836/mage-x/cmd/magex@latest
106-
```
107-
108103
<br/>
109104

110105
## 📚 Documentation
@@ -119,6 +114,23 @@ go install github.com/mrz1836/mage-x/cmd/magex@latest
119114
120115
<br/>
121116

117+
<details>
118+
<summary><strong><code>Development Build Commands</code></strong></summary>
119+
<br/>
120+
121+
Get the [MAGE-X](https://github.com/mrz1836/mage-x) build tool for development:
122+
```shell script
123+
go install github.com/mrz1836/mage-x/cmd/magex@latest
124+
```
125+
126+
View all build commands
127+
128+
```bash script
129+
magex help
130+
```
131+
132+
</details>
133+
122134
<details>
123135
<summary><strong><code>Repository Features</code></strong></summary>
124136
<br/>
@@ -238,18 +250,6 @@ This command ensures all dependencies are brought up to date in a single step, i
238250

239251
</details>
240252

241-
<details>
242-
<summary><strong><code>Build Commands</code></strong></summary>
243-
<br/>
244-
245-
View all build commands
246-
247-
```bash script
248-
magex help
249-
```
250-
251-
</details>
252-
253253
<br/>
254254

255255
## 🧪 Examples & Tests

0 commit comments

Comments
 (0)