Skip to content

Commit 1ea2572

Browse files
committed
update docs
1 parent 39ce67d commit 1ea2572

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,20 @@ Continue reading for a more in-depth walkthrough of the setup.
2222

2323
## Requirements
2424

25+
If using containers:
26+
2527
- [Firefox](https://www.mozilla.org/en-US/firefox/new/)
2628
- [Firefox Multi-Account Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/)
2729
- [Open URL in Container Extension](https://addons.mozilla.org/en-US/firefox/addon/open-url-in-container/)
28-
- [Python >= 3.7](http://python.org/)
2930

3031
If you don't wish to install the extension through the marketplace, the source for the extension can be found [here](https://github.com/honsiorovskyi/open-url-in-container).
3132

33+
If not:
34+
- Any browser supported by [webbrowser](https://docs.python.org/3.8/library/webbrowser.html#webbrowser.get)
35+
- [Python >= 3.7](http://python.org/)
36+
37+
If you do not wish to use containers, make sure to specify the `--no-container` flag.
38+
3239
## Installation
3340

3441
```bash

aws_coco/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def construct_parser():
1515
description="A utility for managing AWS Console Sessions"
1616
)
1717

18-
parser.add_argument('--version', action='version', version='%(prog)s 0.1.3')
18+
parser.add_argument('--version', action='version', version='%(prog)s 0.1.5')
1919

2020
parser.add_argument("--profile", "-p", help="The AWS profile to use", default=None)
2121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-coco"
3-
version = "0.1.3"
3+
version = "0.1.5"
44
description = "A utility for managing AWS Console Sessions with Firefox Containers"
55
authors = ["Joe Snell <joepsnell@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)