Skip to content

Commit 8287585

Browse files
committed
Merge pull request #342 from Azure/clu
Update clu-getstart.md
2 parents 5d1acb8 + dc01c8d commit 8287585

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

clu-getstart.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,14 @@ There is also `<repo-root>\tools\CLU\SetupEnv.bat` which is a windows batch wrap
6060

6161
To test on osx/linux boxes, do #1, open `<repo-root>\drop\clurun`, copy the flavor folder to your target machine, and run the "az.sh" inside. Make sure set execution permission using `chmod +x az.sh clurun`
6262

63-
(All of those are subject to change, contact yugangw or adxsdkdev for any questions)
63+
### Nightly Builds
64+
You can also consume tarballs from the nightly build. The latest drops are available at:
65+
- ubuntu: [download](https://azurecludrops.blob.core.windows.net/drops/ubuntu.14.04-x64.latest.tar.gz)
66+
- osx: [download](https://azurecludrops.blob.core.windows.net/drops/osx.10.10-x64.latest.tar.gz)
67+
- windows: [download](https://azurecludrops.blob.core.windows.net/drops/win7-x64.latest.tar.gz)
68+
69+
70+
(All of those are subject to change, contact adxsdkdev for any questions)
6471

6572
## Quick introductions on cmdlets
6673
* Run commands using the ‘az’ prefix, cmdlet nouns, and cmdlet verbs, for example, `az env ls` maps to the cmdlet `Get-AzureRmEnvironment`

0 commit comments

Comments
 (0)