From c037587e3b5f4fef406472b2075f6db6a789001c Mon Sep 17 00:00:00 2001 From: Jiaqiang Xu Date: Mon, 7 Jun 2021 16:31:59 +0800 Subject: [PATCH] Update windows.md Improve format for Windows build doc. --- manual/build_seafile/windows.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manual/build_seafile/windows.md b/manual/build_seafile/windows.md index dbc6e172..1c844b27 100644 --- a/manual/build_seafile/windows.md +++ b/manual/build_seafile/windows.md @@ -29,13 +29,16 @@ Install and configure Qt: ## How to make msi For example, if you want to compile seafile 8.0.0, you can package it like this. -1. First clone the libsearpc seafile seafile-client code to a directory. + +First clone the libsearpc seafile seafile-client code to a directory. + ```bash git clone git@github.com:haiwen/libsearpc.git git clone git@github.com:haiwen/seafile.git git clone git@github.com:haiwen/seafile-client.git ``` -2. Pull the code of the specified tag + +Then pull the code of the specified tag and build. ```bash cd libsearpc