Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit a00474e

Browse files
authored
Adding nightly build instructions (#628)
1 parent a0e3fa7 commit a00474e

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,27 @@ Privacy is very important to us. BF CLI contains optional instrumentation that i
7575
To disable data collection see the __*bf config*__ command.
7676

7777

78-
Please refer to [Microsoft Privacy Statement](https://privacy.microsoft.com/en-US/privacystatement) for more details.
78+
Please refer to [Microsoft Privacy Statement](https://privacy.microsoft.com/en-US/privacystatement) for more details.
79+
80+
## Nightly builds
81+
82+
Nightly builds are generated using the latest code. Therefore, they may not be stable, and most likely lack up to date documentation. These builds are better suited for more experienced users, although everyone is welcome to use them and provide feedback.
83+
84+
You can get the latest nightly build of bot framework cli from the [BotBuilder MyGet](https://botbuilder.myget.org/gallery) feed. To install the nightly -
85+
86+
```shell
87+
npm config set registry https://botbuilder.myget.org/F/botframework-cli/npm/
88+
```
89+
90+
Install using npm:
91+
```shell
92+
npm i -g @microsoft/botframework-cli
93+
```
94+
95+
To reset registry:
96+
```shell
97+
npm config set registry https://registry.npmjs.org/
98+
```
7999

80100
## Contributing
81101

0 commit comments

Comments
 (0)