Skip to content

Commit 1c00141

Browse files
authored
add brew install to readme and spot os roadmap (#43)
* add brew install to readme and spot os roadmap * Update README.md
1 parent 32624a7 commit 1c00141

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,20 @@ Instance Selector can also be consumed as a go library for direct integration in
3535
## Major Features
3636

3737
- Filter AWS Instance Types using declarative resource criteria like vcpus, memory, network performance, and much more!
38+
- Aggregate filters allow for more opinionated instance selections like `--base-instance-type` and `--flexible`
3839
- Consumable as a go library
3940

4041
## Installation and Configuration
4142

43+
#### Install w/ Homebrew
44+
45+
```
46+
brew tap aws/tap
47+
brew install ec2-instance-selector
48+
```
49+
50+
#### Install w/ Curl for Linux/Mac
51+
4252
```
4353
curl -Lo ec2-instance-selector https://github.com/aws/amazon-ec2-instance-selector/releases/download/v1.3.0/ec2-instance-selector-`uname | tr '[:upper:]' '[:lower:]'`-amd64 && chmod +x ec2-instance-selector
4454
```
@@ -267,6 +277,8 @@ For build instructions please consult [BUILD.md](./BUILD.md).
267277
## Communication
268278
If you've run into a bug or have a new feature request, please open an [issue](https://github.com/aws/amazon-ec2-instance-selector/issues/new).
269279

280+
Check out the open source [Amazon EC2 Spot Instances Integrations Roadmap](https://github.com/aws/ec2-spot-instances-integrations-roadmap) to see what we're working on and give us feedback!
281+
270282
## Contributing
271283
Contributions are welcome! Please read our [guidelines](https://github.com/aws/amazon-ec2-instance-selector/blob/master/CONTRIBUTING.md) and our [Code of Conduct](https://github.com/aws/amazon-ec2-instance-selector/blob/master/CODE_OF_CONDUCT.md).
272284

0 commit comments

Comments
 (0)