mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
format markdown
This commit is contained in:
@@ -4,19 +4,21 @@
|
||||
# homepage: https://git.rootprojects.org/root/pathman
|
||||
# tagline: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell
|
||||
# description: |
|
||||
# Works with
|
||||
# - Mac, Windows, Linux
|
||||
# - Bash, Zsh, Fish
|
||||
# - Command, Powershell
|
||||
# Manages PATH on various OSes and shells
|
||||
# - Mac, Windows, Linux
|
||||
# - Bash, Zsh, Fish
|
||||
# - Command, Powershell
|
||||
# examples: |
|
||||
# ```bash
|
||||
# pathman add ~/.local/bin
|
||||
# ```
|
||||
# <br/>
|
||||
#
|
||||
# ```bash
|
||||
# pathman remove ~/.local/bin
|
||||
# ```
|
||||
# <br/>
|
||||
#
|
||||
# ```bash
|
||||
# pathman list
|
||||
# ```
|
||||
|
||||
@@ -5,11 +5,19 @@
|
||||
# tagline: The Rust Toolchain
|
||||
# description: |
|
||||
# A language empowering everyone to build reliable and efficient software.
|
||||
#
|
||||
# Rust is the modern language used to build all of your favorite CLI tools, such as
|
||||
# - rg (ripgrep, modern grep)
|
||||
# - fd (modern find)
|
||||
# - sd (modern sed)
|
||||
# - lsd (modern ls)
|
||||
# - bat (modern cat)
|
||||
# examples: |
|
||||
# ```bash
|
||||
# cargo install ripgrep
|
||||
# ```
|
||||
# <br/>
|
||||
#
|
||||
# ```bash
|
||||
# cargo new hello --bin
|
||||
# cargo build --release
|
||||
|
||||
@@ -10,10 +10,12 @@
|
||||
# webi node
|
||||
# ```
|
||||
# <br/>
|
||||
#
|
||||
# ```bash
|
||||
# webi golang
|
||||
# ```
|
||||
# <br/>
|
||||
#
|
||||
# ```bash
|
||||
# webi rustlang
|
||||
# ```
|
||||
|
||||
Reference in New Issue
Block a user