12 Matching Annotations
  1. Aug 2022
  2. Jun 2022
  3. Jun 2021
    1. If you want, you can try out what the script would do first, without changing anything. $ sh -c "$(curl -fsSL https://r.viktoradam.net/githooks)" -- --dry-run
  4. Dec 2020
    1. curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  5. Sep 2020
    1. To install or update nvm, you should run the install script. To do that, you may either download and run the script manually, or use the following cURL or Wget command: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
  6. Jul 2020
    1. <?php esc_html_e( 'You appear to be running Spoken Word from source. You must run the following to do so:', 'spoken-word' ); ?> <code>npm install; npm run build-dist</code>
  7. Apr 2020
    1. Once all of the pre-reqs above are taken care of, run these steps to get bootstrapped
  8. Feb 2020
  9. Dec 2019