Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
update install procedure for the new build tree
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Jan 12, 2024
1 parent 6dc11aa commit e8ea87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions en/doc/tutorials/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This section provides an example of creating a minimal instance of eCorpus for t
3. Install the required dependencies:
```
npm i
(cd source/voyager && npm i --legacy-peer-deps)
(cd source/server && npm i)
(cd source/ui && npm i)
```
Expand Down
1 change: 1 addition & 0 deletions fr/doc/tutorials/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Exemple de création d'une instance minimale à des fins de tests:
git clone --filter=blob:none --recurse-submodules git@github.com:Holusion/eCorpus
cd eCorpus
npm i
(cd source/voyager && npm i --legacy-peer-deps)
(cd source/server && npm i)
(cd source/ui && npm i)
npm run build-ui
Expand Down

0 comments on commit e8ea87a

Please sign in to comment.