$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Yay Installation on Manjaro 19

September 21, 2020 | By the+gnu+linux+evangelist.

Setting Up

  1. 3. Yay Getting Started

    Now to Search & Install AUR Packages
    For Searching use:

    yay -Ss [keyWord]

    And then for Installing:

    yay -Sy --noconfirm [packageName]

Contents