Skip to content

Commit

Permalink
Merge pull request #204 from asmacdo/release-0.6
Browse files Browse the repository at this point in the history
Explicitly mention con-duct command in the summary
  • Loading branch information
yarikoptic authored Oct 14, 2024
2 parents 37336ec + 106b05a commit 784219a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/readme-updated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install duct
run: |
pip install .
pip install . --user
- name: Update README.md helptext
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ options:
# con-duct suite
In addition to `duct`, this project also includes a set of optional helpers that may use 3rd party
python libraries.
In addition to `duct`, this project also includes a set of optional helpers under the `con-duct` command.
These helpers may use 3rd party python libraries.
## Installation
Expand Down

0 comments on commit 784219a

Please sign in to comment.