فهرست منبع

paci: add page

Niklas Heer 7 سال پیش
والد
کامیت
272cb1a62f
1فایلهای تغییر یافته به همراه23 افزوده شده و 0 حذف شده
  1. 23 0
      pages/common/paci.md

+ 23 - 0
pages/common/paci.md

@@ -0,0 +1,23 @@
+# paci
+
+> Your friendly, lightweight and flexible package manager. Written in Python. 
+
+- Install `paci` and configure it:
+
+`bash <(curl -s https://raw.githubusercontent.com/tradebyte/paci/master/.github/bin/install.sh)` 
+
+- Search for a given package:
+
+`paci search {{package}}`
+
+- Install a package:
+
+`paci install {{package}}`
+
+- Update a package:
+
+`paci update {{package}}`
+
+- Update the list of available packages and versions (it's recommended to run this before other `paci` commands): 
+
+`paci refresh`