Skip to content

Commit

Permalink
docs: update for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kassi committed Apr 19, 2024
1 parent 6266c62 commit 0d4de1c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,24 @@ Use the PhotoTagger app to tag photos and export the CSV File to your machine ru

See the [PhotoTagger homepage](https://www.kluks.de/apps/phototagger) for detailed information about the app and the plug-in, as well as further information, privacy policy and legal information.

# Development

First clone the repo:

git clone kassi/phototagger.lrdevplugin

Next, add it to lightroom as mentioned in the usage above.

## Building

Bump the version by tagging with the next version number according to semver and push the commits and tags. The github action will create a new release and upload it to this and the public companion repo.

### Manually

Simply running

make

will compile lua and create a `dist/PhotoTagger.x.y.z.zip` file, according to the current version number.

This file can be distributed.

0 comments on commit 0d4de1c

Please sign in to comment.