1. Create a directory, move the downloaded snapcraft.yaml file into the new directory and navigate there:

      mkdir ~/test-xsv-{name} && mv ~/Downloads/snapcraft.yaml ~/test-xsv-{name} && cd  ~/test-xsv-{name}
    2. Run snapcraft:

      snapcraft
    3. Make sure the name matches what has been used previously (i.e test-xsv-{name})

‹ Previous: Package snap Next: Publish to store ›