Skip to content

Update clu-getstart.md #342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion clu-getstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@ There is also `<repo-root>\tools\CLU\SetupEnv.bat` which is a windows batch wrap

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`

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


(All of those are subject to change, contact adxsdkdev for any questions)

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