Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhasjg committed Jan 31, 2025
1 parent bfd96b7 commit 4983f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
test_publish:
description: "Publish to test PyPI"
type: boolean
default: false
default: true

push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ A special of utility script to help easily switch `profile` and `region`

### For Linux & Darwin (MacOS)
This works with 2 bash script, namely `_awsp` and `_awsr`
> _Using the command without the bash script will have no effect_

Post installing the app, create 2 aliases in `.bashrc` or `.zshrc` file.
```shell
Expand All @@ -193,6 +192,8 @@ alias awsp="source _awsp"
alias awsr="source _awsr"
```

> _Using the command without the aliases will have no effect_
### For Windows
This works with 2 powershell script, namely `_awsp.ps1` and `_awsr.ps1`

Expand Down

0 comments on commit 4983f75

Please sign in to comment.