Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b14aa2e

Browse files
committed
Add build and install instructions
1 parent 4732caf commit b14aa2e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Beta releases will have `(beta)` in their title in the gallery, following the ve
2626

2727
Clone the repository and its submodules in a git GUI client or via the command line:
2828

29-
```
29+
```txt
3030
git clone https://github.com/github/VisualStudio
3131
cd VisualStudio
3232
git submodule init
@@ -40,6 +40,20 @@ To be able to use the GitHub API, you'll need to:
4040
- [Register a new developer application](https://github.com/settings/developers) in your profile.
4141
- Open [src/GitHub.App/Api/ApiClientConfiguration.cs](src/GitHub.App/Api/ApiClientConfiguration.cs) and fill out the clientId/clientSecret fields for your application.
4242

43+
Build using Visual Studio 2015 or:
44+
45+
```txt
46+
build.cmd
47+
```
48+
49+
Install in live (non-Exp) instances of Visual Studio 2015 and 2017:
50+
51+
```txt
52+
install.cmd
53+
```
54+
55+
Note, the script will only install in one instance of Visual Studio 2017 (Enterprise, Professional of Community).
56+
4357
## More information
4458

4559
- Andreia Gaita's [presentation](https://www.youtube.com/watch?v=hz2hCO8e_8w) at Codemania 2016 about this extension.

0 commit comments

Comments
 (0)