From 959228d53bd819c2552b9d0b285f37501c9eb471 Mon Sep 17 00:00:00 2001 From: Mikucat Date: Sun, 7 Apr 2024 20:39:12 +0800 Subject: [PATCH] feat: add quickstart --- _sidebar.md | 2 +- en/guide/{installation.md => quickstart.md} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename en/guide/{installation.md => quickstart.md} (82%) diff --git a/_sidebar.md b/_sidebar.md index 78c46b9..fadb3c3 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -1,5 +1,5 @@ - Guide - - [Installation](en/guide/installation.md) + - [Quickstart](en/guide/quickstart.md) - [Configuration](en/guide/configuration.md) - [Judge Environment](en/guide/judge_environment.md) - Management diff --git a/en/guide/installation.md b/en/guide/quickstart.md similarity index 82% rename from en/guide/installation.md rename to en/guide/quickstart.md index 2579244..05bda45 100644 --- a/en/guide/installation.md +++ b/en/guide/quickstart.md @@ -1,4 +1,4 @@ -# Installation +# Quickstart ## Requirements @@ -16,10 +16,10 @@ 1. Get necessary files from [QingdaoU/OnlineJudgeDeploy](https://github.com/QingdaoU/OnlineJudgeDeploy) releases. ```bash - git clone -b v1.6.0 https://github.com/QingdaoU/OnlineJudgeDeploy.git + git clone -b v1.6.1 https://github.com/QingdaoU/OnlineJudgeDeploy.git ``` -2. Pull and start containers. +2. Pull and start services. ```bash docker compose up -d