Add a few helpful pointers to the README

This commit is contained in:
joeduffy 2018-06-17 11:15:03 -07:00
parent fcd46c93c5
commit 776c538b7f

View file

@ -3,8 +3,8 @@
Pulumi is a cloud development platform that makes creating cloud programs easy and productive.
Author cloud programs in your favorite favorite language and Pulumi will automatically keep your
infrastructure up-to-date. Skip learning yet another YAML dialect. Pulumi is multi-language and
multi-cloud, and fully extensible.
infrastructure up-to-date. Skip the YAML and just write code. Pulumi is multi-language, multi-cloud
and fully extensible in both its engine and ecosystem of packages.
To install the latest Pulumi release, run:
@ -12,7 +12,12 @@ To install the latest Pulumi release, run:
$ curl -fsSL https://get.pulumi.com/ | sh
```
If you are learning about Pulumi for the first time, please [visit the project website](https://pulumi.io/).
After installing, you can get started with the `pulumi new` command,
[our examples](https://github.com/pulumi/examples), or our [visit project website](https://pulumi.io/) which
includes several [in-depth tutorials](https://pulumi.io/quickstart) and
[an interactive tour](https://pulumi.io/tour) to walk through the core CLI usage and programming concepts.
Please join [the conversation on Slack](https://slack.pulumi.io/).
This repo contains the CLI, language SDKs, and the core Pulumi engine. Individual libraries are in their own repos.