# Control Led RGB

B1: Các bạn mở Terminal và dán dòng sau vào

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

B2: Đợi khi Brew được tải xong các bạn nhập lệnh sau vào Terminal

```
brew install liquidctl
```

Hoặc

```
brew install liquidctl --HEAD ( khuyến khích )
```

B3: Tới đây là xong rồi bước này mình sẽ giới thiệu 1 vài dòng lệnh để thiết lập cơ bản

* Liệt kê và chọn thiết bị&#x20;

> liquidctl list

* Thiết lập cài đặt&#x20;

> `liquidctl [options] initialize`&#x20;
>
> Thay thế option bằng các thiết bị của bạn

* Thiết lập thủ công:

```
liquidctl [options] set <channel> color <mode> [<color>]
```

> Lưu ý: Các bạn có thể xem thêm các lệnh [tại đây](https://github.com/liquidctl/liquidctl#installing-on-macos).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://basic.heavietnam.com/gerneral/control-led-rgb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
