Post Installation Setup
-
5. Setting Up Path
Next Amend User’s Path with
echo "export PATH=$PATH:/usr/google/appinventor/commands-for-Appinventor" >> $HOME/.bashrc
And load the New Path simply with:
bash
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }