Skip to content

Commit

Permalink
Fixed README indent
Browse files Browse the repository at this point in the history
  • Loading branch information
MewX committed Dec 27, 2022
1 parent df60fdc commit e2ec1dc
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<user_name> \
--categories=<categories> \
--cookies_file=<cookies.txt>
```
```shell
$ bazel-bin/doubak_/doubak \
--user=<user_name> \
--categories=<categories> \
--cookies_file=<cookies.txt>
```

### Manually

Expand All @@ -88,9 +86,9 @@ install protoc and golang-goprotobuf-dev. Ubuntu for example:

3. Run.

```shell
$ ./doubak \
--user=<user_name> \
--categories=<categories> \
--cookies_file=<cookies.txt>
```
```shell
$ ./doubak \
--user=<user_name> \
--categories=<categories> \
--cookies_file=<cookies.txt>
```

0 comments on commit e2ec1dc

Please sign in to comment.