kalaschnik / adobe-fonts-revealer

⚜️ Copy Adobe Fonts (OTF) to your Downloads directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sh: reveal: No such file or directory

diegovogel opened this issue · comments

After installing via Homebrew and running sh reveal or sh reveal.sh I get this: sh: reveal: No such file or directory.

Running macOS 12.6

Same here. Where is this shell script installed? Search can't find it anywhere including hidden files.

Same

same here!

That's because the instructions tell you just to install lcdf-typetools, which is only a prerequisite.

Once you've done that you have to open a new window of your terminal and:

  1. create a directory in which you will download the adobe-fonts-revealer files:
    mkdir adobe-fonts-revealer

  2. download the files in that directory:
    git clone https://github.com/kalaschnik/adobe-fonts-revealer.git adobe-fonts-revealer

  3. go into the directory:
    adobe-fonts-revealer

  4. launch the command:
    sh reveal

Thanks for clarifying this @smokingweb