Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nasdf committed Mar 11, 2022
1 parent 72de2cb commit 2660199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ This repo contains all services required to run Valist on your machine.

## Development

This repo uses submodules to manage dependencies.

To start the docker-compose run the following.
Start by cloning the repo and updating submodules.

```bash
git clone --recurse-submodules https://github.com/valist-io/valist-meta
git clone https://github.com/valist-io/valist-meta

cd valist-meta

bash update-submodules.sh
```

To start the docker-compose run the following.

```bash
make dev
```

Expand Down
2 changes: 1 addition & 1 deletion update-submodules.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

git submodule update --init --recursive
git submodule update --init --remote

git submodule foreach git checkout main

0 comments on commit 2660199

Please sign in to comment.