Skip to content

Commit

Permalink
docs: refresh to mds
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Nov 18, 2023
1 parent dceae1d commit 6f68dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f68dbe

Please sign in to comment.