Formula-Cookbook: update Alias creation advice

This commit is contained in:
Dominyk Tiller 2016-09-14 19:14:59 +01:00
parent ec2302ad90
commit f870faf92e
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -300,7 +300,7 @@ When importing classes, Homebrew will require the formula and then create an ins
Thus, if you change the name of the class, you must also rename the file. Filenames should be all lowercase, and class names should be the strict CamelCase equivalent, e.g. formulae `gnu-go` and `sdl_mixer` become classes `GnuGo` and `SdlMixer`, even if part of their name is an acronym.
Add aliases by creating symlinks in `Library/Aliases`.
Add aliases by creating symlinks in an `Aliases` directory in the tap root.
## Audit the formula