Skip to content

Commit b3990ca

Browse files
committed
docs(installation): update installation instructions and add Scoop method
- Revised the installer section for clarity. - Added a new section for installing YASB using Scoop.
1 parent e60e0e1 commit b3990ca

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/Installation.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
- Nerd Fonts. Install [Nerd Fonts](https://www.nerdfonts.com/font-downloads) ([JetBrainsMono](https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.zip) recommended)
33
- Windows 10 & 11
44

5-
### Installer
6-
- Visit the [releases page](https://github.com/amnweb/yasb/releases) on GitHub.
7-
- Look for the latest release version, which will typically be listed at the top.
8-
- Under the "Assets" section of the release, you’ll find various files. Click on the installer file to download it.
5+
### Manual Installation
6+
1. Download the latest installer from the [GitHub releases page](https://github.com/amnweb/yasb/releases/latest).
7+
2. Run the installer and follow the on-screen instructions to complete the installation.
98

109
***
1110

@@ -17,6 +16,15 @@ winget install --id AmN.yasb
1716

1817
***
1918

19+
### Scoop
20+
Install YASB using [Scoop](https://scoop.sh/):
21+
```
22+
scoop bucket add extras
23+
scoop install extras/yasb
24+
```
25+
26+
***
27+
2028
### Using Python
2129
- Install Python 3.12
2230
- Install required Python Modules:

0 commit comments

Comments
 (0)