Skip to content

Commit

Permalink
few more points in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
can3p committed Jan 11, 2024
1 parent f143c4c commit 6d5f05e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d5f05e

Please sign in to comment.