Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc delete local rebar3 #444

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -32,7 +32,7 @@ For more information, refer to the [mining guide](https://docs.arweave.org/info/
To install the dependencies on Ubuntu 22 (recommended), run:

```sh
sudo apt install libssl-dev libgmp-dev libsqlite3-dev make cmake gcc g++
sudo apt install libssl-dev libgmp-dev libsqlite3-dev make cmake gcc g++ erlang-dev rebar3
```

On some systems you might need to install `libncurses-dev`.
Expand All @@ -56,7 +56,7 @@ Run in the development mode:
Make a production build:

```sh
$ ./rebar3 as prod tar
$ rebar3 as prod tar
```

You will then find the gzipped tarball at `_build/prod/rel/arweave/arweave-x.y.z.tar.gz`.
Expand All @@ -66,7 +66,7 @@ You will then find the gzipped tarball at `_build/prod/rel/arweave/arweave-x.y.z
To make a testnet build, run:

```sh
$ ./rebar3 as testnet tar
$ rebar3 as testnet tar
```

The tarball is created at `_build/testnet/rel/arweave/arweave-x.y.z.tar.gz`.
Expand Down
Binary file removed rebar3
Binary file not shown.