From ce4553462c1d73c826fb84f232af0e189ab333b4 Mon Sep 17 00:00:00 2001 From: Kawasaki031677 Date: Sun, 12 Jul 2026 00:46:59 +0900 Subject: [PATCH] Fix typo: inofficial to unofficial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cacf358..f9eea62 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ describe-endpoints * Please note that there is a known limitation for using the `cloudformation package ...` command with the AWS CLI v2. Currently it is not possible to specify the S3 endpoint URL, and this issue is [not yet resolved](https://github.com/aws/aws-cli/pull/3309) on AWS side. The problem is that the AWS CLI v2 is [not available as a package on pypi.org](https://github.com/aws/aws-cli/issues/4947), but is instead shipped as a binary package that cannot be easily patched from `awslocal`. To work around this issue, you have 2 options: - Downgrade to the v1 AWS CLI (this is the recommended approach) - - There is an inofficial way to install AWS CLI v2 from sources. We do not recommend this, but it is technically possible. Also, you should install these libraries in a Python virtualenv, to avoid version clashes with other libraries on your system: + - There is an unofficial way to install AWS CLI v2 from sources. We do not recommend this, but it is technically possible. Also, you should install these libraries in a Python virtualenv, to avoid version clashes with other libraries on your system: ```sh virtualenv .venv . .venv/bin/activate