mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
Update README.md
This commit is contained in:
parent
606d81cb63
commit
c152c5ce5a
1 changed files with 21 additions and 22 deletions
41
README.md
41
README.md
|
@ -8,7 +8,7 @@ custom repo https://github.com/Erreur32/cheat.git
|
||||||
- Add remove sheet function
|
- Add remove sheet function
|
||||||
- Add color text
|
- Add color text
|
||||||
|
|
||||||
Out in your bashrc
|
Put in your bashrc
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
function _cheat_autocomplete {
|
function _cheat_autocomplete {
|
||||||
|
@ -22,7 +22,26 @@ function _cheat_autocomplete {
|
||||||
complete -F _cheat_autocomplete cheat
|
complete -F _cheat_autocomplete cheat
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Installing
|
||||||
|
----------
|
||||||
|
|
||||||
|
### manually ###
|
||||||
|
First, install the dependencies:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[sudo] pip install docopt pygments appdirs
|
||||||
|
```
|
||||||
|
|
||||||
|
Then clone this repository:
|
||||||
|
```sh
|
||||||
|
git clone git@github.com:chrisallenlane/cheat.git
|
||||||
|
```
|
||||||
|
|
||||||
|
Lastly, `cd` into the cloned directory, then run:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[sudo] python setup.py install
|
||||||
|
```
|
||||||
|
|
||||||
cheat
|
cheat
|
||||||
=====
|
=====
|
||||||
|
@ -68,26 +87,6 @@ it is agnostic as to what content it stores. If you would like to use `cheat`
|
||||||
to store notes on your favorite cookie recipes, feel free.
|
to store notes on your favorite cookie recipes, feel free.
|
||||||
|
|
||||||
|
|
||||||
Installing
|
|
||||||
----------
|
|
||||||
|
|
||||||
### manually ###
|
|
||||||
First, install the dependencies:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
[sudo] pip install docopt pygments appdirs
|
|
||||||
```
|
|
||||||
|
|
||||||
Then clone this repository:
|
|
||||||
```sh
|
|
||||||
git clone git@github.com:chrisallenlane/cheat.git
|
|
||||||
```
|
|
||||||
|
|
||||||
Lastly, `cd` into the cloned directory, then run:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
[sudo] python setup.py install
|
|
||||||
```
|
|
||||||
|
|
||||||
Modifying Cheatsheets
|
Modifying Cheatsheets
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in a new issue