Skip to content

Commit

Permalink
docs: add warning to not modify .loctry folder in README
Browse files Browse the repository at this point in the history
  • Loading branch information
edumudu committed Mar 16, 2022
1 parent 2f5470b commit c43d336
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <package-name>
```
Expand Down

0 comments on commit c43d336

Please sign in to comment.