From c43d3369fe1d04125497b747500fd99f8cdd4add Mon Sep 17 00:00:00 2001 From: Eduardo Wesley Date: Tue, 15 Mar 2022 21:49:07 -0300 Subject: [PATCH] docs: add warning to not modify .loctry folder in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e31c5c..e3b5c8f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,11 @@ Enter in your pacakge directory and run loctry publish ``` -This command will pack and send your package tarball to the `.loctry` folder to be avaiable to be installed in others projects. To install the package enter in the project directory and run +This command will pack and send your package tarball to the `.loctry` folder to be avaiable to be installed in others projects. + +> NOTE: Do not modify `.loctry` dir manually. This is an internal API + +To install the package enter in the project directory and run ```bash loctry install ```