Fixes numbering sequence in conda environment setup instructions (#3048)
# Description This PR fixes a minor numbering sequence issue in the conda environment setup instructions displayed by `isaaclab.sh`. - Fixed step numbering from "4. To perform formatting" to "3. To perform formatting" - Fixed step numbering from "5. To deactivate the environment" to "4. To deactivate the environment" ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## Checklist - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
Showing
Please register or sign in to comment