Skip to content

Commit

Permalink
docs: remove topic
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Sep 27, 2022
1 parent 87fa760 commit 0450b6a
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,6 @@ This will give you access to the code on your **local machine**.

This **CLI** is intended to be a code lab and best practices for creating a project ready to receive community builds, while introducing the basics for creating a **CLI** tool in **Go** and the standardization of conventions for the development workflow.

## ➤ Installation <a name = "installation"></a>

with `go`:

```bash
go install github.com/ci-monk/loli/cmd/loli

# if you cannot install directly, try following command,
# then input install command again
go get -x -u github.com/ci-monk/loli/cmd/loli
```

with `brew`:

```bash
brew tap ci-monk/tools
brew install loli
```

or use a binary from [releases](https://github.com/ci-monk/loli/releases/latest).

## ➤ Trace.moe <a name = "trace.moe"></a>

Example trace.moe response:

```json
Expand Down Expand Up @@ -86,6 +63,27 @@ Example trace.moe response:
}
```

## ➤ Installation <a name = "installation"></a>

with `go`:

```bash
go install github.com/ci-monk/loli/cmd/loli

# if you cannot install directly, try following command,
# then input install command again
go get -x -u github.com/ci-monk/loli/cmd/loli
```

with `brew`:

```bash
brew tap ci-monk/tools
brew install loli
```

or use a binary from [releases](https://github.com/ci-monk/loli/releases/latest).

## ➤ Usage <a name = "usage"></a>

### Get anime with a file
Expand Down

0 comments on commit 0450b6a

Please sign in to comment.