docs: add compilation step to cli

This commit is contained in:
Jonathan Jogenfors 2023-11-10 21:00:30 +01:00
parent 39026072be
commit f962e8be42

View file

@ -52,6 +52,7 @@ Commands:
To run the Immich CLI from source, run the following in the cli folder:
$ npm run build
$ ts-node .
You'll need ts-node, the easiest way to install it is to use npm: