1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

apply some minor markdown style fixes (#562)

This commit is contained in:
Antoine Stevan 2023-07-26 18:19:42 +02:00 committed by GitHub
parent a98df84c59
commit 9a459565bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
> **Note** > **Note**
> in the following, `dep` denotes either the `reedline` or the `nu-ansi-term` remote > in the following, `dep` denotes either the `reedline` or the `nu-ansi-term` remote
> e.g. *https://github.com/nushell/reedline* or *git@github.com:nushell/nu-ansi-term*, > e.g. `https://github.com/nushell/reedline` or `git@github.com:nushell/nu-ansi-term`,
> depending on the dependency being installed > depending on the dependency being installed
- [ ] bump the version (example with [`reedline`][reedline bump example] and [`nu-ansi-term`][nu-ansi-term bump example]) - [ ] bump the version (example with [`reedline`][reedline bump example] and [`nu-ansi-term`][nu-ansi-term bump example])
@ -35,7 +35,7 @@
> **Note** > **Note**
> in the following, `nushell` will be used to pull and push to the [`nushell`] repo, > in the following, `nushell` will be used to pull and push to the [`nushell`] repo,
> e.g. the `nushell` remote would be *https://github.com/nushell/nushell* or *git@github.com:nushell/nushell* > e.g. the `nushell` remote would be `https://github.com/nushell/nushell` or `git@github.com:nushell/nushell`
- [ ] get the latest version bump commit with `git pull nushell main` - [ ] get the latest version bump commit with `git pull nushell main`
- [ ] run `cargo build` to check if it's ok and check last features - [ ] run `cargo build` to check if it's ok and check last features