Skip to content

Commit

Permalink
chore: typo in README.md (#120)
Browse files Browse the repository at this point in the history
missing d in folder
  • Loading branch information
Kaya-Sem authored Apr 30, 2024
1 parent 770023b commit dd5088f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ All your data is now located into a single-file database which can be saved anyw
* download the java Jar from the releases section in a dedicated folder
* go to this folder
* start the jar (it is a spring fat jar so dependencies are included) : eg `java -jar jelu-0.13.0.jar`
* If you want to tweak the default config (see `src/main/resources/application.yml`), just create a yaml file called application.yml in the same foler as the jar.
* If you want to tweak the default config (see `src/main/resources/application.yml`), just create a yaml file called application.yml in the same folder as the jar.

For example if you want the database to be located next to the jar file (instead of being located in the default `${user.home}/.jelu/database/` folder) :

Expand Down

0 comments on commit dd5088f

Please sign in to comment.