|
19 | 19 | <li><a href="#previews">Previews <img src="https://xscriptor.github.io/icons/icons/code/product-design/xsvg/device-camera.svg"/></a></li> |
20 | 20 | <li><a href="#quick-install">Quick Install </a><img src="https://xscriptor.github.io/icons/icons/code/product-design/xsvg/pass-filled.svg"/></li> |
21 | 21 | <li><a href="#features">Features </a><img src="https://xscriptor.github.io/icons/icons/code/product-design/xsvg/grabber.svg" /></li> |
22 | | - <li><a href="#installation">Installation </a><img src="https://xscriptor.github.io/icons/icons/code/product-design/xsvg/github-action.svg" /></li> |
| 22 | + <li><a href="#quick-install">Installation </a><img src="https://xscriptor.github.io/icons/icons/code/product-design/xsvg/github-action.svg" /></li> |
23 | 23 | <li><a href="#configuration">Configuration </a> <img src="https://xscriptor.github.io/icons/icons/code/product-design/xsvg/gear.svg" /></li> |
24 | 24 | <li><a href="#usage">Usage </a> <img src="https://xscriptor.github.io/icons/icons/code/product-design/xsvg/flame.svg"/></li> |
25 | 25 | <li><a href="#related-documents">Related Documents </a> |
|
66 | 66 |
|
67 | 67 | <h2 id="quick-install" align="center"> Quick Install</h2> |
68 | 68 |
|
69 | | -<h3> Linux <img src="https://xscriptor.github.io/icons/icons/code/product-design/xsvg/terminal-linux.svg" /> / <img src="https://xscriptor.github.io/icons/icons/code/product-design/xsvg/terminal.svg" /> macOS </h3> |
70 | | - |
| 69 | +**Linux / macOS:** |
71 | 70 | ```bash |
72 | 71 | curl -fsSL https://raw.githubusercontent.com/xscriptor/xfetch/main/install.sh | bash |
73 | 72 | ``` |
74 | 73 |
|
75 | | -<h3> Windows (PowerShell) <img src="https://xscriptor.github.io/icons/icons/code/product-design/xsvg/terminal-powershell.svg" /></h3> |
76 | | - |
| 74 | +**Windows (PowerShell):** |
77 | 75 | ```powershell |
78 | 76 | irm https://raw.githubusercontent.com/xscriptor/xfetch/main/install.ps1 | iex |
79 | 77 | ``` |
80 | 78 |
|
| 79 | +> For detailed installation steps — prerequisites, manual builds, package managers, and uninstallation — see the [Installation Guide](docs/INSTALLATION.md). |
| 80 | +
|
81 | 81 | <h2 id="features" align="center"> Features</h2> |
82 | 82 |
|
83 | 83 | - **Cross-platform**: Works on Linux, Windows, and macOS. |
84 | 84 | - **Customizable**: Configure modules via `config.jsonc`. |
85 | 85 | - **Fast**: Written in Rust for performance. |
86 | 86 |
|
87 | | -<h2 id="installation" align="center"> Installation </h2> |
88 | | - |
89 | | -<h3> From Source </h3> |
90 | | - |
91 | | -1. Ensure you have Rust installed. |
92 | | -2. Clone the repository. |
93 | | -3. Build and run: |
94 | | - |
95 | | -```bash |
96 | | -cargo run --release |
97 | | -``` |
98 | | - |
99 | | -Or install locally: |
100 | | - |
101 | | -```bash |
102 | | -cargo install --path . |
103 | | -``` |
104 | | - |
105 | 87 | <h2 id="configuration" align="center"> Configuration </h2> |
106 | 88 |
|
107 | 89 | xfetch looks for a configuration file at: |
|
0 commit comments