Skip to content

Commit

Permalink
bug/minor: contributing: fix populate command
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaCamara committed Oct 1, 2024
1 parent c57c4a5 commit ec618f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,7 @@ Finishing up
* Now head to https://localhost:3148
* You now should have a running local eLabFTW, and changes made to the code will be immediately visible

Add `export PATH=$PATH:$(pwd)/node_modules/.bin` to your editor config file (`.zshrc`, `.bashrc`, …). This will allow you to run software installed in the `node_modules` folder.

It is possible to populate your dev database with fake generated data. See the `dev:populate` command of `bin/console`.
It is possible to populate your dev database with fake generated data. See the `db:populate` command of `bin/init`.

Code organization
-----------------
Expand Down

0 comments on commit ec618f9

Please sign in to comment.