Skip to content

Commit

Permalink
Merge #320
Browse files Browse the repository at this point in the history
320: Added documentation specifying you need AWS credentials r=mattBrzezinski a=mattBrzezinski

Resolves: #318

Co-authored-by: Matt Brzezinski <matt.brzezinski@invenia.ca>
Co-authored-by: mattBrzezinski <matt.brzezinski@invenia.ca>
  • Loading branch information
bors[bot] and mattBrzezinski authored Mar 25, 2021
2 parents 464e39d + 50204e9 commit 996cb9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ It includes automated code generation to ensure all new AWS services are availab
To see an overview of the architecture see the [design document](https://github.com/JuliaCloud/AWS.jl/wiki/v1-Design-Document).

## Installation
You will need some form of AWS credentials to use this package.
The most simple way is to set up [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html).

```julia
julia> Pkg.add("AWS")
```
Expand Down

0 comments on commit 996cb9a

Please sign in to comment.