Skip to content

Commit

Permalink
docs: DSP-API uses "just" instead of "make" (DEV-3212) (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Feb 21, 2024
1 parent 327f61e commit d5c8f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/start-stack.md
Expand Up @@ -68,9 +68,9 @@ If you want to run a specific branch of DSP-API / DSP-APP, or to modify them you

- install the dependencies:
follow the instructions on [https://github.com/dasch-swiss/dsp-api](https://github.com/dasch-swiss/dsp-api)
and [https://github.com/dasch-swiss/dsp-app](https://github.com/dasch-swiss/dsp-app)
and [https://github.com/dasch-swiss/dsp-das](https://github.com/dasch-swiss/dsp-das)
- keep the dependencies up to date (keep in mind that dependencies might be replaced over time)
- clone the repositories from GitHub
- keep them up to date with `git pull`
- execute commands from within the repositories (`make` for DSP-API, `angular` for DSP-APP)
- execute commands from within the repositories (`just` for DSP-API, `angular` for DSP-APP)
- take care that the repositories don't get cluttered with old data over time

0 comments on commit d5c8f97

Please sign in to comment.