diff --git a/docs/backend.md b/docs/backend.md index d091c724..f01c9cb2 100644 --- a/docs/backend.md +++ b/docs/backend.md @@ -18,7 +18,7 @@ which adds the package locally (so your intellisense can detect it). To have those packages also installed/reflected in the backend run ```bash -sh run.sh install_backend +sh run.sh refresh_packages ``` or rebuild the entire docker (this method is slower, but guaranteed to work) with diff --git a/docs/frontend.md b/docs/frontend.md index 2432c903..981b7ecd 100644 --- a/docs/frontend.md +++ b/docs/frontend.md @@ -22,7 +22,7 @@ which adds the package locally (so your intellisense can detect it). To have those packages also installed/reflected in the backend run ```bash -sh run.sh install_frontend +sh run.sh refresh_packages ``` or rebuild the entire docker (this method is slower, but guaranteed to work) with