switch to README.md

This commit is contained in:
AJ ONeal
2020-06-25 04:02:23 +00:00
parent 15b95a7113
commit 039ef9b867
2 changed files with 23 additions and 25 deletions

23
pathman/README.md Normal file
View File

@@ -0,0 +1,23 @@
---
title: Pathman
homepage: https://git.rootprojects.org/root/pathman
tagline: |
Pathman: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell.
description: |
Manages PATH on various OSes and shells
- Mac, Windows, Linux
- Bash, Zsh, Fish
- Command, Powershell
---
```bash
pathman add ~/.local/bin
```
```bash
pathman remove ~/.local/bin
```
```bash
pathman list
```

View File

@@ -1,25 +0,0 @@
# title: Pathman
# homepage: https://git.rootprojects.org/root/pathman
# tagline: |
# Pathman: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell.
# description: |
# 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
# ```
END