Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed May 9, 2022
1 parent 75ec66f commit 4f0bff4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Expand Up @@ -72,7 +72,7 @@ brew upgrade tuna
```sh
# wget または curl でインストール
## releasesタブの最新のバージョンを指定してください。
VERSION=v0.0.17
VERSION=v0.0.19
## 利用OSを指定してください。
OS=linux_amd64
## wget経由の場合
Expand Down
48 changes: 28 additions & 20 deletions README.md
Expand Up @@ -18,25 +18,33 @@ TUNA-Mayonnaise is a CommandLineTool to generate and serve JSON/HTML on the node
<details>
<summary>CLICK</summary>

- [Why](#why)
- [Get Started](#get-started)
- [Install](#install)
- [Usage](#usage)
- [Tool Features](#tool-features)
- [Template Engine](#template-engine)
- [API](#api)
- [Database](#database)
- [API Features](#api-features)
- [Monitoring](#monitoring)
- [UseCases](#usecases)
- [1. Serve Static JSON](#1-serve-static-json)
- [2. Serve Static HTML](#2-serve-static-html)
- [3. Serve Dynamic JSON](#3-serve-dynamic-json)
- [4. Serve Dynamic HTML](#4-serve-dynamic-html)
- [Dependencies](#dependencies)
- [BACKEND Dependencies](#backend-dependencies)
- [FRONTEND Dependencies](#frontend-dependencies)
- [FRONTEND DEV Dependencies](#frontend-dev-dependencies)
- [!tuna-mayonnaise](#)
- [Table of Contents](#table-of-contents)
- [Why](#why)
- [Get Started](#get-started)
- [Install](#install)
- [For MacOS (Homebrew)](#for-macos-homebrew)
- [For Others (Binary Releases)](#for-others-binary-releases)
- [Usage](#usage)
- [1. Launch a tool on your browser](#1-launch-a-tool-on-your-browser)
- [2. Serve your JSON/HTML](#2-serve-your-jsonhtml)
- [Tool Features](#tool-features)
- [Template Engine](#template-engine)
- [API](#api)
- [Database](#database)
- [Connection Options](#connection-options)
- [TLS / SSL](#tls--ssl)
- [API Features](#api-features)
- [Monitoring](#monitoring)
- [UseCases](#usecases)
- [1. Serve Static JSON](#1-serve-static-json)
- [2. Serve Static HTML](#2-serve-static-html)
- [3. Serve Dynamic JSON](#3-serve-dynamic-json)
- [4. Serve Dynamic HTML](#4-serve-dynamic-html)
- [Dependencies](#dependencies)
- [BACKEND Dependencies](#backend-dependencies)
- [FRONTEND Dependencies](#frontend-dependencies)
- [FRONTEND DEV Dependencies](#frontend-dev-dependencies)

</details>
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -74,7 +82,7 @@ you can download a binary release [here](https://github.com/solaoi/tuna-mayonnai
```sh
# Install with wget or curl
## set the latest version on releases.
VERSION=v0.0.17
VERSION=v0.0.19
## set the OS you use.
OS=linux
## case you use wget
Expand Down

0 comments on commit 4f0bff4

Please sign in to comment.