Provide a bash script to install (download and add to PATH) from latest release
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 14.6k
- Forks
- 734
- Avg merge
- 8h 40m
- Merged PRs (30d)
- 4
Description
See https://github.com/nvm-sh/nvm/blob/master/README.md for an example of what I mean.
nvm.sh can be added to new systems running this command
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
It would be great to have something similar to this that download and add msedit to PATH from the latest stable release.
This can have a good impact if you want to expand adoption of msedit.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the nvm installation example linked in the issue and inspect how msedit's latest stable release is published. The work is done when a bash script downloads that release and adds msedit to PATH, with the supported installation behavior documented clearly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, rust
- Domain
- cli, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100