From e2ec1dcb84d8b1112a174b45eaef1834cc7b5b63 Mon Sep 17 00:00:00 2001 From: MewX Date: Tue, 27 Dec 2022 16:05:20 +1100 Subject: [PATCH] Fixed README indent --- README.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 4a05681..9719b3a 100644 --- a/README.md +++ b/README.md @@ -56,16 +56,14 @@ One more thing, 我就特别需要标记为“不想看”的功能。 # Or if you are using Bazelisk. $ bazelisk build :doubak ``` -4. Run. +4. Run. Note that not using `bazel/bazelisk run` to avoid generating files into temp folders. -Note that not using `bazel/bazelisk run` to avoid generating files into temp folders. - -```shell -$ bazel-bin/doubak_/doubak \ - --user= \ - --categories= \ - --cookies_file= -``` + ```shell + $ bazel-bin/doubak_/doubak \ + --user= \ + --categories= \ + --cookies_file= + ``` ### Manually @@ -88,9 +86,9 @@ install protoc and golang-goprotobuf-dev. Ubuntu for example: 3. Run. -```shell -$ ./doubak \ - --user= \ - --categories= \ - --cookies_file= -``` + ```shell + $ ./doubak \ + --user= \ + --categories= \ + --cookies_file= + ```