Skip to content

Commit

Permalink
install instructs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPicklePinosaur committed Feb 10, 2021
1 parent ad9d921 commit 5ba85c3
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 9it
## 9it - Version Control System

Totally not git! 9it is actually what we like to call a 'single-player' version control system. It has most of the basic functionality of git minus pushing and pulling. Thus, it is lightweight and intended for individual use. Keep in mind that this project was developed as a learning experience and not intended for everyday use, thus bugs and potential data loss are a possibility.

### USAGE

Please read the man page that comes installed or pass in the help flag for usage.

### FEATURES / NON-FEATURES
Expand All @@ -13,11 +14,19 @@ Pushing and fetching from remotes is not built in, merging has also not been imp

### INSTALLATION

#### AUR (coming soon)
#### PKGBUILD (arch based)

Not in AUR yet (and not sure if it will ever be), but you can get the pkgbuild from [here](https://files.danieliu.xyz/repos/makepkg/9it-cli/PKGBUILD). The entire install process is as follows:
```
mkdir 9it-cli
cd 9it-cli
wget https://files.danieliu.xyz/repos/makepkg/9it-cli/PKGBUILD
makepkg -si
```

#### apt (coming soon)
#### apt - coming soon

#### ebuild (coming soon)
#### ebuild (gentoo) - coming soon

#### Build from Source
Simply clone the repository:
Expand All @@ -28,5 +37,5 @@ And install using make:
```
make && sudo make clean install
```
The binary is installed to /usr/local in addition to man pages at /usr/local/man.
The binary is installed to /usr/bin in addition to man pages at /usr/share/man.

0 comments on commit 5ba85c3

Please sign in to comment.