Skip to content

Commit a6eab54

Browse files
committed
Update readme with usage section.
Fixes #14
1 parent 512cedc commit a6eab54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ For more information on YASM refer to the official site: [http://yasm.tortall.ne
2222
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.
2323
To use this script simply run '**install_script.bat**' from an elevated (i.e administrator) command prompt.
2424

25+
## Usage
26+
27+
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.
28+
2529
## Manual Installation (optional)
2630

2731
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).

0 commit comments

Comments
 (0)