Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Fix package scripts for macOS and improve setup instructions #63

Merged
merged 2 commits into from
Apr 13, 2018

Commits on Mar 31, 2018

  1. Fix package script to work on macOS

    MacOS's grep does not have a `-P` option. I don't think these expressions need it though, so I just removed it.
    
    MacOS also does not support `|&`, so swap it out for `2>&1 |` to pipe combined stdout/stderr.
    
    License: MIT
    Signed-off-by: Rob Brackett <rob@robbrackett.com>
    Mr0grog committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    fa9ddc9 View commit details
    Browse the repository at this point in the history
  2. Update development instructions in README

    Include installation of AEgir, downloading/building package docs, and switch `hugo server` to `make serve` since, if we ever need it to do more, we probably want people calling Make instead of Hugo directly.
    
    License: MIT
    Signed-off-by: Rob Brackett <rob@robbrackett.com>
    Mr0grog committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    af83cd0 View commit details
    Browse the repository at this point in the history