maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

Installation instructions not working #31

Closed jssee closed 5 years ago

jssee commented 5 years ago

The installation instructions in the readme dont seem to work on macOS Mojave.

Im trying to install pack by downloading the binary file, this is the process im doing:

  1. Download pack-v0.2.3-x86_64-apple-darwin.tar.gz from releases pages.
  2. double click pack executable
  3. terminal opens with following text :
    
    ~
    ❯ /Users/j/Downloads/pack-v0.2.3-x86_64-apple-darwin/pack ; exit;

[Process completed]



4. terminal locks into this view. I open a new window, restart terminal, `command not found: pack`

am i missing something?
jssee commented 5 years ago

Figure out what I was missing, I had to place the pack into my $PATH, im used to this step being built into the installation process.