Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Jun 11, 2022
1 parent fd02dc4 commit b026065
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ brew upgrade tuna
```sh
# wget または curl でインストール
## releasesタブの最新のバージョンを指定してください。
VERSION=v0.0.28
VERSION=v0.0.29
## 利用OSを指定してください。
OS=linux_amd64
## wget経由の場合
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,21 @@ TUNA-Mayonnaise generates and serves JSON/HTML with the node-based editor.
<details>
<summary>CLICK</summary>

- [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)
- [Features](#features)
- [Template Engine](#template-engine)
- [API](#api)
- [Database](#database)
- [Connection Options](#connection-options)
- [TLS / SSL](#tls--ssl)
- [Monitoring](#monitoring)
- [Dependencies](#dependencies)
- [BACKEND Dependencies](#backend-dependencies)
Expand Down Expand Up @@ -82,7 +89,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.28
VERSION=v0.0.29
## set the OS you use.
OS=linux
## case you use wget
Expand Down

0 comments on commit b026065

Please sign in to comment.