diff --git a/src/aws-cli-persistence/README.md b/src/aws-cli-persistence/README.md index 35ba680..0c983e3 100644 --- a/src/aws-cli-persistence/README.md +++ b/src/aws-cli-persistence/README.md @@ -19,14 +19,17 @@ Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across con ## OS and Architecture Support -Architectures: `amd` and `arm`. +Architectures: `amd` and `arm` + OS: `ubuntu`, `debian` + Shells: `bash`, `zsh`, `fish` ## Changelog | Version | Notes | | ------- | ---------------------- | +| 1.0.1 | Fix Docs | | 1.0.0 | Support zsh + refactor | | 0.0.0 | Initial Version | diff --git a/src/gcloud-cli-persistence/README.md b/src/gcloud-cli-persistence/README.md index fb257a8..6b37831 100644 --- a/src/gcloud-cli-persistence/README.md +++ b/src/gcloud-cli-persistence/README.md @@ -19,14 +19,17 @@ Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud ## OS and Architecture Support -Architectures: `amd` and `arm`. +Architectures: `amd` and `arm` + OS: `ubuntu`, `debian` + Shells: `bash`, `zsh`, `fish` ## Changelog | Version | Notes | | ------- | ---------------------- | +| 1.0.1 | Fix Docs | | 1.0.0 | Support zsh + refactor | | 0.0.0 | Initial Version | diff --git a/src/github-cli-persistence/README.md b/src/github-cli-persistence/README.md index b2bc815..1f36387 100644 --- a/src/github-cli-persistence/README.md +++ b/src/github-cli-persistence/README.md @@ -19,14 +19,17 @@ Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder a ## OS and Architecture Support -Architectures: `amd` and `arm`. +Architectures: `amd` and `arm` + OS: `ubuntu`, `debian` + Shells: `bash`, `zsh`, `fish` ## Changelog | Version | Notes | | ------- | ---------------------------------------------------- | +| 1.0.1 | Fix Docs | | 1.0.0 | Support zsh + refactor | | 0.0.3 | Delete some unnecessary "echo" statements | | 0.0.2 | `chown -R` the entire `~/.config` directory | diff --git a/src/lamdera/README.md b/src/lamdera/README.md index a16b10e..b2a08bc 100644 --- a/src/lamdera/README.md +++ b/src/lamdera/README.md @@ -29,14 +29,17 @@ Based on my tests, v1.1.0 is the only one that works reliably. ## OS and Architecture Support -Architectures: `amd` and `arm`. +Architectures: `amd` and `arm` + OS: `ubuntu`, `debian` + Shells: `bash`, `zsh`, `fish` ## Changelog | Version | Notes | | ------- | ----------------------------- | +| 1.0.1 | Fix Docs | | 1.0.0 | Support zsh/fish and refactor | | 0.0.2 | Fix typos in Docs | | 0.0.1 | Update Docs | diff --git a/src/mount-pnpm-store/README.md b/src/mount-pnpm-store/README.md index 078ccd0..7860dfe 100644 --- a/src/mount-pnpm-store/README.md +++ b/src/mount-pnpm-store/README.md @@ -19,8 +19,10 @@ Sets pnpm store to ~/.pnpm-store and mounts it to a volume to share between mult ## OS and Architecture Support -Architectures: `amd` and `arm`. +Architectures: `amd` and `arm` + OS: `ubuntu`, `debian` + Shells: `bash`, `zsh`, `fish` ## Important Implementation Details @@ -57,6 +59,7 @@ The volume mount is called `global-devcontainer-pnpm-store`, so ensure that no o | Version | Notes | | ------- | ---------------------- | +| 1.0.1 | Fix Docs | | 1.0.0 | Support zsh + refactor | | 0.1.1 | Fix mount name | | 0.1.0 | Documentation | diff --git a/src/terraform-cli-persistence/README.md b/src/terraform-cli-persistence/README.md index 7df1d1e..603cfcc 100644 --- a/src/terraform-cli-persistence/README.md +++ b/src/terraform-cli-persistence/README.md @@ -19,14 +19,17 @@ Avoid extra logins from the Terraform CLI by preserving the `~/.terraform.d` fol ## OS and Architecture Support -Architectures: `amd` and `arm`. +Architectures: `amd` and `arm` + OS: `ubuntu`, `debian` + Shells: `bash`, `zsh`, `fish` ## Changelog | Version | Notes | | ------- | ---------------------- | +| 1.0.1 | Fix Docs | | 1.0.0 | Support zsh + refactor | | 0.0.0 | Initial Version |