diff --git a/README.md b/README.md index e085325..27ee851 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,18 @@ to host repositories and so on. The idea is to have the simplest setup possible, local setup fits this scenario +### What should I do if I want to get the latest version of release code for my tool? + +Just run `kleiner generate` for your tool again and do a `git diff` to check for changes. If you haven't +modified any files generated by kleiner previously you should be relatively safe to simply commit and +push. + +### I don't like how the artifacts named. Can I change that? + +Kleiner relies on convention now and by changing the names you'll break install and update logic. One +day this part will be made configurable and then you can have your nice filenames. If you really +want to have them now, just copy and modify kleiner code, it's not much. + ## TODO * Windows support