Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 15, 2023
1 parent 04a8e49 commit 5c1d787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To build the C++ code, follow the [instructions in the circuits subdirectory](./
To build Typescript code, make sure to have [`nvm`](https://github.com/nvm-sh/nvm) (node version manager) installed.

To build noir code, make sure that you are using the version from `yarn-project/noir-compiler/src/noir-version.json`.
You can install the proper version by running `noirup -v TAG_FROM_THE_FILE`.
Install nargo by running `noirup -v TAG_FROM_THE_FILE`.
## Continuous Integration

This repository uses CircleCI for continuous integration. Build steps are managed using [`build-system`](https://github.com/AztecProtocol/build-system). Small packages are built and tested as part of a docker build operation, while larger ones and end-to-end tests spin up a large AWS spot instance. Each successful build step creates a new docker image that gets tagged with the package name and commit.
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/dev_docs/contracts/compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ We'll also cover how to generate a helper [TypeScript interface](#typescript-int
## Prerequisites

You will need Aztec CLI to compile the contracts.
Follow [CLI tutorial](../getting_started/cli.md#installing-the-aztec-cli) and install the version compatible with your Sandbox version.
Follow [CLI tutorial](../getting_started/cli.md#installing-the-aztec-cli) and install the version compatible with your Sandbox.

Start the Sandbox (see [Sandbox tutorial](../getting_started/sandbox.md) if unsure how to do it) and get the version with Aztec CLI:
Start the Sandbox (see [Sandbox tutorial](../getting_started/sandbox.md) if unsure how to do it) and get node info:

```bash
aztec-cli get-node-info
Expand Down Expand Up @@ -41,7 +41,7 @@ noirup -v NARGO_VERSION
```

:::info
If you want to update Sandbox run the `noirup` again with the updated `NARGO_VERSION`.
Once you'll update the sandbox you will have to run the `noirup` again with the updated `NARGO_VERSION`.
:::

## Compile using the CLI
Expand Down

0 comments on commit 5c1d787

Please sign in to comment.