We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55893e1 commit bb6f0ccCopy full SHA for bb6f0cc
Formula/epithet.rb
@@ -11,14 +11,14 @@ class Epithet < Formula
11
def install
12
system "make", "epithet"
13
bin.install "epithet"
14
- (share/"epithet").install "examples/client/.epithet/config" => "config.example"
+ (share/"epithet").install "examples/client/.epithet/config.yaml" => "config.yaml.example"
15
end
16
17
def caveats
18
<<~EOS
19
To complete setup, run:
20
mkdir -p ~/.epithet ~/Library/logs/dev.epithet
21
- cp #{opt_share}/epithet/config.yaml ~/.epithet/config.yaml.example
+ cp #{opt_share}/epithet/config.yaml.example ~/.epithet/config.yaml
22
23
Then start the agent:
24
brew services start epithet
0 commit comments