Skip to content

Commit

Permalink
🎨 project structure tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
weakish committed Oct 11, 2020
1 parent 7825ba9 commit 7ff4090
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include config.mk
install:
@echo Installing to to ${PREFIX}/bin ...
@mkdir -p ${PREFIX}/bin
@cp -f gister.sh ${PREFIX}/bin/gister
@cp -f bin/gister ${PREFIX}/bin/gister
@chmod 755 ${PREFIX}/bin/gister

uninstall:
Expand Down
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,6 @@ Install
Note that the following instructions only install gister itself.
You need to install its dependencies mentioned before yourself.

### With basher

```sh
; basher install weakish/gister
```

Requires [basher][] version: `>=39875bc`.

[basher]: https://github.com/basherpm/basher

To uninstall:

```sh
; basher uninstall weakish/gister
```

### With make

git clone https://github.com/weakish/gister.git
cd gister
make install
Expand All @@ -102,6 +84,10 @@ To uninstall:
; make uninstall
```

You can also install/uninstall gister via [basher].

[basher]: https://github.com/basherpm/basher

Usage
-----

Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions package.sh

This file was deleted.

0 comments on commit 7ff4090

Please sign in to comment.