-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b223b6a
commit 9c4f983
Showing
7 changed files
with
368 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Download | ||
|
||
`csvtk` is implemented in [Golang](https://golang.org/) programming language, | ||
executable binary files **for most popular operating system** are freely available | ||
in [release](https://github.com/shenwei356/csvtk/releases) page. | ||
|
||
## Current Version | ||
|
||
- [csvtk v0.2.1](https://github.com/shenwei356/csvtk/releases/tag/v0.2.1) | ||
- fix bug of `mutate` | ||
|
||
## Installation | ||
|
||
Just [download](https://github.com/shenwei356/csvtk/releases) executable file | ||
of your operating system and rename it to `csvtk.exe` (Windows) or | ||
`csvtk` (other operating systems) for convenience, | ||
and then run it in command-line interface, no dependencies, | ||
no complicated compilation process. | ||
|
||
You can also add the directory of the executable file to environment variable | ||
`PATH`, so you can run `csvtk` anywhere. | ||
|
||
1. For windows, the simplest way is copy it to `C:\WINDOWS\system32`. | ||
|
||
2. For Linux, type: | ||
|
||
chmod a+x /PATH/OF/FASTCOV/csvtk | ||
echo export PATH=\$PATH:/PATH/OF/FASTCOV >> ~/.bashrc | ||
|
||
or simply copy it to `/usr/local/bin` | ||
|
||
## Previous Versions | ||
|
||
- [csvtk v0.2](https://github.com/shenwei356/csvtk/releases/tag/v0.2) | ||
- finish almost functions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../README.md |
Oops, something went wrong.