# Unduh Repositori Rome

## Clone Repo Rome Setup

```bash
git clone --branch v1.0.1 https://github.com/rome-labs/rome-setup.git
```

## Unduh Docker Rome <a href="#download-rome-dockers" id="download-rome-dockers"></a>

```bash
docker pull romelabs/rollup-op-geth:v1.0.1
docker pull romelabs/rome-apps:v1.0.1
docker pull romelabs/rome-evm:v1.0.1
```

## Sebagai alternatif, buat Gambar Docker secara lokal <a href="#alternatively-build-docker-images-locally" id="alternatively-build-docker-images-locally"></a>

```bash
git clone --branch v1.0.1 git@github.com:rome-labs/rome-apps.git
git clone --branch v1.0.1 git@github.com:rome-labs/rome-sdk.git
git clone --branch v1.0.1 git@github.com:rome-labs/rome-evm.git

docker buildx build -t romelabs/rome-apps:v1.0.1 -f rome-apps/docker/Dockerfile .
```

```bash
git clone --branch v1.0.1 git@github.com:rome-labs/rome-rollup-clients.git
git clone --branch v1.0.1 git@github.com:rome-labs/op-geth.git

docker buildx build -t romelabs/rollup-op-geth:v1.0.1 -f ./rome-rollup-clients/op-geth/Dockerfile .
```


---

# 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://docs.rome.builders/id/legacy/rome-l2-setup/setup-your-l2/download-rome-repos.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.
