Add a bit to the readme

This commit is contained in:
Jon Staab
2025-01-01 15:54:18 -08:00
parent bbf8af0e41
commit dab93d9b56
+1 -1
View File
@@ -10,4 +10,4 @@ If you're developing an application which requires changes to welshman, you'll n
- Within each `package` directory in welshman, run `npm link`
- Within your application directory, link all welshman dependencies _simultaneously_ (or else only one will get linked. A command that does this is: `rm -rf node_modules; npm i; cat package.json|js '.depedencies|keys[]'|grep welshman|xargs npm link`.
If you run `npm install` in your application directory, you'll need to repeat the final step above.
If you run `npm install` in your application directory, you'll need to repeat the final step above. Finally, if you're using the `editor` module, you may run into some dependency version conflicts. I recommend editing the command above to exclude the editor.