From 0bbffd30dc6a6d3b4a819d3eb8ecdc9c7bdf4480 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Apr 2021 11:28:34 +0300 Subject: README: update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8476d07..5e67892 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ Visual Studio shell [![Test](https://github.com/egor-tensin/vs-shell/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/vs-shell/actions/workflows/test.yml) -This is a GitHub action that sets up a Visual Studio shell in your workflow -run. +This GitHub action sets up a Visual Studio shell in your workflow run. + This is similar to running one of the vcvars*.bat scripts or launching one of the "Command Tools for VS" Start Menu shortcuts, but it's also shell-agnostic. + Use it in your workflow like this: - name: Set up Visual Studio shell @@ -14,7 +15,7 @@ Use it in your workflow like this: with: arch: x64 -`x64` is the default value for the `arch` parameter and can be omitted. +* `x64` is the default value for the `arch` parameter and can be omitted. Use `x86` if you want to build 32-bit binaries. API -- cgit v1.2.3