-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add-badges-to-README.md #8
Conversation
@BrickCForce |
… files easier for end users.
1. Copy the `.mise.toml` file from the root of this repo to your project's root and modify it as needed. | ||
1. The provided `.devcontainer` will automatically call `mise install` to install the custom versions of the applications. | ||
1. After the container is started and you exec into it, `mise` will automatically install the app versions listed in the `.mise.toml` file. | ||
1. Other applications can also be installed by editing the `.mise.toml` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Numbered steps were not incremented here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are not supposed to be. This is Markdown best practice. The downstrem instance automatically numbers them correctly. This makes adding new items in random places and moving items around the list easier.
README.md
Outdated
3. Copy the `.devcontainer` directory to your project. | ||
4. Copy the following files to the root of your project. | ||
These are optional but encouraged. | ||
- `.mise.toml`: The config file for manageing specific versions of tooling you need for your Go project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor type for 'managing'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
README.md
Outdated
- [Dev Container Setup](#dev-container-setup) | ||
- [`dev.sh`](#devsh) | ||
- [Starship](#starship) | ||
- [Initial Worksation Setup](#initial-worksation-setup) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo for 'workstation'? There seems to be 8 instances in total in this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix spelling errors.
Add instructions as to where the dev container is stored and how to use it.
No description provided.