-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
32 lines (21 loc) · 910 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
This file is free documentation; you have unlimited permission to copy, distribute and modify it.
Basic Installation
==================
The simplest way to install this package is:
1. Checkout the source:
git clone https://github.com/scrouthtv/easy-copy
cd easy-copy/
2. Build the binary:
go build .
Optional build tags are supported:
- `noconfig` disables config file support. Command-line parameters
can still be used.
- `goin` disables the raw input module. Users have to press confirm
their choice in dialogues using the enter key.
- `nocolor` disables color support. No output will be colorized.
- `nolscolors` only disables support for lscolors.
For a minimal build, use:
go build -tags noconfig,noclor,nolscolors,goin .
3. Install the binary:
install -Dm755 easy-copy ~/.local/bin/easy-copy
4. Install the additional files from the shared/ folder