commit 8432c18

hovercats  ·  2025-05-22 12:47:53 +0000 UTC
parent 98e6ac9
remove some info in README, will add more info later once things are more in a more complete state
1 files changed,  +0, -10
M README
M README
+0, -10
 1@@ -3,14 +3,6 @@ rcpm
 2 
 3 A simple package manager written in plan9's rc[1] shell.
 4 
 5-Taking notes from kiss'[1] ease of packaging, and some of Oasis'[3] git
 6-features we landed here.
 7-
 8-Its designed to work in conjunction with Oasis, thus packages built is supposed
 9-to be merged into /, similarly to Oasis.
10-However, there should be nothing agaist using this outside of this aswell.
11-
12-Still very much WIP, so use at your own risk.
13 
14 Layout
15 ------
16@@ -30,5 +22,3 @@ Requirements
17 
18 
19 [1] http://doc.cat-v.org/plan_9/2nd_edition/papers/rc
20-[2] https://github.com/dylanaraps/kiss
21-[3] https://github.com/oasislinux/oasis