Explorar o código

Add command to install a binary software in bin

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
c71179520b
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      Guides/shell.md

+ 11 - 0
Guides/shell.md

@@ -0,0 +1,11 @@
+# Shell
+
+Useful common Unix commands and tricks
+
+## Link a binary in your local bin
+
+```sh
+ln -s -T ~/Software/GitAhead/GitAhead ~/.bin/gitahead
+```
+
+To use a physical link instead of a symlink, use `-S` instead of `-s`