Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbott36 authored Jul 18, 2024
1 parent 47b612e commit bb2706c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,19 @@ First, `cd` into your preferred path `/my/path` and clone the repository.
git clone [email protected]:CHIMEFRB/voe.git
```

Now, install `poetry` with
Now, move into the repo:

```
pip install poetry
cd voe
```

Then install the requirements using `poetry` by running the following in the top-level folder where the `poetry.lock` file is found.
And build the docker container and initialize the servers and database:

```
poetry install
docker compose build
```


# Getting Started

## Registering on the TNS
Expand Down

0 comments on commit bb2706c

Please sign in to comment.