replace concrete commands with reference to installation modules

This commit is contained in:
Baipyrus 2024-11-24 21:17:39 +01:00
parent ec067674d3
commit e2edd0122e

View File

@ -33,31 +33,8 @@ These tools include the following for Windows Installs (Recommended using [Choco
- [Python](https://www.python.org/) - [Python](https://www.python.org/)
- [Composer](https://getcomposer.org/) - [Composer](https://getcomposer.org/)
<details><summary>Windows Subsystem for Linux</summary> > **NOTE**
> For more information, simply see all [util/](./util) installation modules.
```bash
sudo apt update
curl -fsSL https://deb.nodesource.com/setup_lts.x -o nodesource_setup.sh
sudo -E bash nodesource_setup.sh
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt install make gcc ripgrep unzip git xclip neovim nodejs python3-venv
curl https://sh.rustup.rs -sSf | sh
curl -LO https://go.dev/dl/go1.23.2.linux-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.23.2.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
```
</details>
<details><summary>Winget and Chocolatey</summary>
```pwsh
winget install chocolatey.chocolatey Neovide.Neovide Alacritty.Alacritty Git.Git GoLang.Go Microsoft.DotNet.SDK.8 OpenJS.NodeJS.LTS Python.Python.3.12 Rustlang.Rustup
choco install neovim ripgrep curl wget fd unzip gzip mingw make
```
</details>
## Installation ## Installation