File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -100,11 +100,6 @@ Library for Lock Free Queue capabilities. A Lock Free Queue is a FIFO structure
100100go 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
You can’t perform that action at this time.
0 commit comments