switch to README.md
authorAJ ONeal <aj@therootcompany.com>
Thu, 25 Jun 2020 04:02:23 +0000 (04:02 +0000)
committerAJ ONeal <aj@therootcompany.com>
Thu, 25 Jun 2020 04:02:23 +0000 (04:02 +0000)
pathman/README.md [new file with mode: 0644]
pathman/package.yash [deleted file]

diff --git a/pathman/README.md b/pathman/README.md
new file mode 100644 (file)
index 0000000..b1fb727
--- /dev/null
@@ -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
+```
diff --git a/pathman/package.yash b/pathman/package.yash
deleted file mode 100644 (file)
index 438df2d..0000000
+++ /dev/null
@@ -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