This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
matrix_tools [2023/04/27 19:24] neil |
matrix_tools [2023/12/27 13:45] (current) admin old revision restored (2023/04/27 19:16) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Matrix Command Line Tools ====== | ====== Matrix Command Line Tools ====== | ||
| + | |||
| + | ===== Git ===== | ||
| + | You can [[https://coding.openguide.co.uk/gitweb/?p=matrix-cli;a=summary|view the repository]] or clone the code directory from my repository: | ||
| + | <code bash> | ||
| + | git clone https://coding.openguide.co.uk/git/gemini-php/ | ||
| + | </code> | ||
| + | |||
| ===== Documentation ===== | ===== Documentation ===== | ||
| Line 186: | Line 193: | ||
| </code> | </code> | ||
| - | ===== Git ===== | ||
| - | You can [[https://coding.openguide.co.uk/gitweb/?p=matrix-cli;a=summary|view the repository]] or clone the code directory from my repository: | ||
| - | <code bash> | ||
| - | git clone https://coding.openguide.co.uk/git/matrix-cli/ | ||
| - | </code> | ||