Skip to content
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

Fix/readme #20

Merged
merged 1 commit into from
Sep 27, 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
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,20 +113,6 @@ A Romefile looks like this:

The Romefile is the [INI format](https://en.wikipedia.org/wiki/INI_file)

#### RepositoryMap Multiple Aliases

Since version `0.6.0.10` Rome supports multiple aliases for one map entry.
Suppose you have a framework `Framework` that builds two targets, `t1` and `t2`,
Rome can handle both targets by specifying

```
[RepositoryMap]
Framework = t1, t2
```

If __ANY__ of the aliases is missing on S3, the entire entry will be reported as missing
when running `rome list [--missing]`

#### S3Bucket section
This section contains the name of the S3 bucket you want Rome to use to upload/download.

Expand Down Expand Up @@ -159,6 +145,20 @@ simply add a `[RepositoryMap]` section to your `Romefile` and specify the follow
better-dog-names = DogFramework
```

##### RepositoryMap Multiple Aliases

Since version `0.6.0.10` Rome supports multiple aliases for one map entry.
Suppose you have a framework `Framework` that builds two targets, `t1` and `t2`,
Rome can handle both targets by specifying

```
[RepositoryMap]
Framework = t1, t2
```

If __ANY__ of the aliases is missing on S3, the entire entry will be reported as missing
when running `rome list [--missing]`

### Usage

Getting help:
Expand Down