Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mithrandie committed May 24, 2019
2 parents 07aa9d8 + 91658f0 commit 46e07e3
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 10 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ In the multiple operations, you can use variables, cursors, temporary tables, an

[Reference Manual - csvq](https://mithrandie.github.io/csvq/reference)

## Install
## Installation

### Install executable binary

Expand All @@ -68,6 +68,14 @@ Go 1.11 or later (ref. [Getting Started - The Go Programming Language](https://g
2. Change directory to `$GOPATH/src/github.com/mithrandie/csvq`
3. ```$ env GO111MODULE=on go install```

### Install using package manager (Unofficial)

Installing using a package manager does not ensure that you always get the latest version, but it may make installation and updating easier.

#### macOS or Linux

1. Install homebrew (ref. [The missing package manager for macOS (or Linux) — Homebrew](https://brew.sh))
2. ```$ brew install csvq```

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/side_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<li class="no-padding bold"><a href="{{ '/reference.html' | relative_url }}">Reference Manual</a>
<div class="folder">
<ul>
<li><a href="{{ '/reference/install.html' | relative_url }}">Install</a></li>
<li><a href="{{ '/reference/install.html' | relative_url }}">Installation</a></li>
<li><a href="{{ '/reference/command.html' | relative_url }}">Command Usage</a></li>
<li><a href="{{ '/reference/statement.html' | relative_url }}">Statements</a></li>
<li><a href="{{ '/reference/value.html' | relative_url }}">Values</a></li>
Expand Down
19 changes: 17 additions & 2 deletions docs/_posts/2006-01-02-install.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
---
layout: default
title: Install - Reference Manual - csvq
title: Installation - Reference Manual - csvq
category: reference
---

# Install
# Installation

* [Install executable binary](#install-executable-binary)
* [Build from source](#build-from-source)
* [Install using package manager (Unofficial)](#install-using-package-manager-unofficial)

## Install executable binary
{: #install-executable-binary}

1. Download an archive file from [release page](https://github.com/mithrandie/csvq/releases).
2. Extract the downloaded archive and add a binary file in it to your path.

## Build from source
{: #build-from-source}

### Requirements

Expand All @@ -29,3 +35,12 @@ Go 1.11 or later (ref. [Getting Started - The Go Programming Language](https://g
2. Change directory to `$GOPATH/src/github.com/mithrandie/csvq`
3. ```$ env GO111MODULE=on go install```

## Install using package manager (Unofficial)
{: #install-using-package-manager-unofficial}

Installing using a package manager does not ensure that you always get the latest version, but it may make installation and updating easier.

### macOS or Linux

1. Install homebrew (ref. [The missing package manager for macOS (or Linux) — Homebrew](https://brew.sh))
2. ```$ brew install csvq```
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Version 1.11.1

> JSON Format supports only UTF-8.
## Install
## Installation

[Install - Reference Manual - csvq]({{ '/reference/install.html' | relative_url }})
[Installation - Reference Manual - csvq]({{ '/reference/install.html' | relative_url }})

## Command Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Reference Manual - csvq

# Reference Manual

* [Install]({{ '/reference/install.html' | relative_url }})
* [Installation]({{ '/reference/install.html' | relative_url }})
* [Command Usage]({{ '/reference/command.html' | relative_url }})
* [Statements]({{ '/reference/statement.html' | relative_url }})
* [Values]({{ '/reference/value.html' | relative_url }})
Expand Down
6 changes: 3 additions & 3 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://mithrandie.github.io/csvq/</loc>
<lastmod>2019-05-19T20:25:02+00:00</lastmod>
<lastmod>2019-05-24T10:47:33+00:00</lastmod>
</url>
<url>
<loc>https://mithrandie.github.io/csvq/reference.html</loc>
<lastmod>2019-04-13T14:43:42+00:00</lastmod>
<lastmod>2019-05-24T10:47:33+00:00</lastmod>
</url>
<url>
<loc>https://mithrandie.github.io/csvq/reference/install.html</loc>
<lastmod>2019-04-25T16:49:11+00:00</lastmod>
<lastmod>2019-05-24T10:47:33+00:00</lastmod>
</url>
<url>
<loc>https://mithrandie.github.io/csvq/reference/command.html</loc>
Expand Down

0 comments on commit 46e07e3

Please sign in to comment.