jstalk: remove duplicated .app caveats.
This commit is contained in:
parent
7175c467c7
commit
e39ee25a23
1 changed files with 0 additions and 17 deletions
|
@ -21,21 +21,4 @@ class Jstalk < Formula
|
|||
frameworks.install 'JSTalk.framework'
|
||||
end
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
Framework JSTalk was installed to:
|
||||
#{frameworks}/JSTalk.framework
|
||||
|
||||
You may want to symlink this Framework to a standard OS X location,
|
||||
such as:
|
||||
mkdir ~/Frameworks
|
||||
ln -s "#{frameworks}/JSTalk.framework" ~/Frameworks
|
||||
|
||||
JSTalk Editor.app was installed in:
|
||||
#{prefix}
|
||||
|
||||
To symlink into ~/Applications, you can do:
|
||||
brew linkapps
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue