# 创建一个最小的配置文件

‌

接下来，您需要准备一个简单的配置文件，标识了能安装在Internet Computer上的reverse二进制包和一个build目录，以便您能使用dfx命令行接口来作为Canister安装并运行。‌

准备配置文件和构建目录：‌

1.使用以下命令来创建一个带有canisters键的dfx.json文件

```
echo '{"canisters":{"reverse":{"main":"reverse"}}}' > dfx.json
```

‌

2.使用以下命令创建一个build目录‌

**`mkdir build`**&#x200C;

3.运行以下命令创建一个reverse目录‌

**`mkdir build/reverse`**&#x200C;

4.运行以下命令拷贝WebAssembly模块到新的build/reverse目录‌

**`cp reverse.wasm build/reverse/`**<br>


---

# 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://mixdao.gitbook.io/dfinity/san-shou-ba-shou/4.-shi-yong-bu-tong-yu-yan-kai-fa/shi-yong-c/untitled-4.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.
