Skip to content

Commit

Permalink
Update readme with usage section.
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
Sibras committed Mar 29, 2024
1 parent 512cedc commit a6eab54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ For more information on YASM refer to the official site: [http://yasm.tortall.ne
The project provides a basic installer script that can automatically detect any installed Visual Studio 2013, 2015, 2017, 2019 or 2022 installation and then install the required components.
To use this script simply run '**install_script.bat**' from an elevated (i.e administrator) command prompt.

## Usage

Once installed VSYASM adds an additional usable Build Customization into Visual Studio. To use VSYASM in a project you must enable the customization for any project requiring it by right clicking on the project in the Solution Explorer and selecting 'Build Dependencies -> Build Customisations..' and then selecting VSYASM from the available options.

## Manual Installation (optional)

Alternatively, to manually install the extension you will first need to download the required win32 or win64 binary (depending on your system) from the official YASM website [http://yasm.tortall.net](http://yasm.tortall.net).
Expand Down

0 comments on commit a6eab54

Please sign in to comment.