Current section
10 Versions
Jump to
Current section
10 Versions
Compare versions
4
files changed
+7
additions
-7
deletions
| @@ -19,17 +19,17 @@ $ mix escript.install github pojiro/file_watch | |
| 19 19 | # or |
| 20 20 | $ mix escript.install hex file_watch |
| 21 21 | |
| 22 | - # if you use asdf, both of above don't forget to do |
| 22 | + # if you use asdf, after both of above don't forget to do |
| 23 23 | $ asdf reshim |
| 24 24 | ``` |
| 25 25 | |
| 26 26 | ### How to run |
| 27 27 | |
| 28 | - $ ./fwatch |
| 28 | + $ fwatch |
| 29 29 | |
| 30 30 | ### How to get config template |
| 31 31 | |
| 32 | - $ ./fwatch --config-template |
| 32 | + $ fwatch --config-template |
| 33 33 | |
| 34 34 | ## Acknowledgment |
| @@ -19,4 +19,4 @@ | |
| 19 19 | {<<"optional">>,false}, |
| 20 20 | {<<"repository">>,<<"hexpm">>}, |
| 21 21 | {<<"requirement">>,<<"~> 0.2">>}]]}. |
| 22 | - {<<"version">>,<<"0.1.1">>}. |
| 22 | + {<<"version">>,<<"0.1.2">>}. |
| @@ -6,11 +6,11 @@ defmodule FileWatch do | |
| 6 6 | |
| 7 7 | ### How to run |
| 8 8 | |
| 9 | - $ ./fwatch |
| 9 | + $ fwatch |
| 10 10 | |
| 11 11 | ### How to get config template |
| 12 12 | |
| 13 | - $ ./fwatch --config-template |
| 13 | + $ fwatch --config-template |
| 14 14 | """ |
| 15 15 | |
| 16 16 | def main(args) do |
| @@ -6,7 +6,7 @@ defmodule FileWatch.MixProject do | |
| 6 6 | def project do |
| 7 7 | [ |
| 8 8 | app: :file_watch, |
| 9 | - version: "0.1.1", |
| 9 | + version: "0.1.2", |
| 10 10 | elixir: "~> 1.12", |
| 11 11 | start_permanent: Mix.env() == :prod, |
| 12 12 | deps: deps(), |