diff --git a/README.ja.md b/README.ja.md index 944fd22..8a19b2d 100644 --- a/README.ja.md +++ b/README.ja.md @@ -72,7 +72,7 @@ brew upgrade tuna ```sh # wget または curl でインストール ## releasesタブの最新のバージョンを指定してください。 -VERSION=v0.0.17 +VERSION=v0.0.19 ## 利用OSを指定してください。 OS=linux_amd64 ## wget経由の場合 diff --git a/README.md b/README.md index 766157f..9b2235a 100644 --- a/README.md +++ b/README.md @@ -18,25 +18,33 @@ TUNA-Mayonnaise is a CommandLineTool to generate and serve JSON/HTML on the node
CLICK -- [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)
@@ -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