Skip to content

Commit bb54829

Browse files
committed
Cleanup README
- remove broken link - fix spacing
1 parent 2c0dc59 commit bb54829

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# BOSH Windows Stemcell Builder [![slack.cloudfoundry.org](https://slack.cloudfoundry.org/badge.svg)](https://slack.cloudfoundry.org)
1+
# BOSH Windows Stemcell Builder
22

33
This repository contains Rake tasks for creating BOSH Windows stemcells for AWS, Azure, GCP, and Openstack
44

55
The recommended approach for creating BOSH Windows stemcells for vSphere which can be deployed on [Cloud Foundry BOSH](https://bosh.io), is [`stembuild`](https://github.com/cloudfoundry/stembuild).
66

77
[Documentation on how to use `stembuild` can be found here.](https://bosh.io/docs/windows-stemcell-create/)
88

9-
#### Contributing
10-
Please submit PR's to the `develop` branch
11-
129
#### Dependencies
1310

1411
* [Ruby](https://www.ruby-lang.org/en/downloads/) - see `.ruby-version`
@@ -25,15 +22,15 @@ bundle install
2522

2623
#### Commands
2724
```
28-
rake build:aws # Build AWS Stemcell
29-
rake build:azure # Build Azure Stemcell
30-
rake build:gcp # Build GCP Stemcell
25+
rake build:aws # Build AWS Stemcell
26+
rake build:azure # Build Azure Stemcell
27+
rake build:gcp # Build GCP Stemcell
3128
32-
rake publish:staging:azure # Stage an image to the Azure marketplace
33-
rake publish:production:azure # Publish an image to the Azure marketplace
34-
rake publish:finalize:azure # Wait for finalizing an image to the Azure marketplace
29+
rake publish:staging:azure # Stage an image to the Azure marketplace
30+
rake publish:production:azure # Publish an image to the Azure marketplace
31+
rake publish:finalize:azure # Wait for finalizing an image to the Azure marketplace
3532
36-
rake publish:gcp # Publish an image to GCP
33+
rake publish:gcp # Publish an image to GCP
3734
```
3835

3936
#### Running the tests
@@ -42,4 +39,3 @@ bundle exec rspec
4239
```
4340

4441
Acceptance testing for stemcells should be done with [bosh-windows-acceptance-tests](https://github.com/cloudfoundry/bosh-windows-acceptance-tests)
45-

0 commit comments

Comments
 (0)