change: contents order

This commit is contained in:
zztkm 2022-09-13 04:44:52 +09:00
parent 0819dcf6a4
commit 8dc9a08d81

View file

@ -17,39 +17,6 @@ content, and a little configuration, you can easily build your website!
vss is still under development and the API is not stable. Be aware that vss is still under development and the API is not stable. Be aware that
disruptive changes may be made! disruptive changes may be made!
## Installation
### (Recommended) Install Script
With Shell(For Mac & Linux):
```shell
curl -fsSL https://raw.githubusercontent.com/vssio/vss_install/main/install.sh | sh
```
With PowerShell(for Windows):
```powershell
irm https://raw.githubusercontent.com/vssio/vss_install/main/install.ps1 | iex
```
More information: https://github.com/vssio/vss_install
### Get the binary
Download from [Releases](https://github.com/zztkm/vss/releases)
### Build from source
```
git clone https://github.com/zztkm/vss.git
cd vss
v install markdown
v . -o vss
```
## Usage ## Usage
### Setup contents ### Setup contents
@ -153,3 +120,36 @@ dist
Examples can be found at the Examples can be found at the
[example](https://github.com/zztkm/vss/tree/main/example) directory. [example](https://github.com/zztkm/vss/tree/main/example) directory.
## Installation
### (Recommended) Install Script
With Shell(For Mac & Linux):
```shell
curl -fsSL https://raw.githubusercontent.com/vssio/vss_install/main/install.sh | sh
```
With PowerShell(for Windows):
```powershell
irm https://raw.githubusercontent.com/vssio/vss_install/main/install.ps1 | iex
```
More information: https://github.com/vssio/vss_install
### Get the binary
Download from [Releases](https://github.com/zztkm/vss/releases)
### Build from source
```
git clone https://github.com/zztkm/vss.git
cd vss
v install markdown
v . -o vss
```