Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vsevolod Tymofyeyev committed Aug 6, 2023
1 parent 22f4e12 commit fbcb111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ To use RustyUnit, you need a few things to be installed on your machine:
Start the PostgreSQL and Redis servers before proceeding. RustyUnit will create and initialize on itself Redis data and PostgreSQL tables that it needs. In the properties file, you can also set other parameters before building. If you intend to run the Java code from an IDE, make sure to install the [Lombok plugin](https://projectlombok.org).

## Clone
The build process expects the presence of the source code of the Rust compiler, which is included as submodule in the repository. To clone the repository together with the submodule use:

`git clone --recurse-submodules https://github.com/foxycom/rusty-unit.git`

## Build RustyUnit
First of all, you need to build RustyUnit's binaries. Run in root:
Expand Down

0 comments on commit fbcb111

Please sign in to comment.