Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/tutorials/craft-a-snap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,13 @@ Then, add it to the plugs of the ``ukuzama-pyfiglet`` app:

If we repack and reinstall the snap, we can install a new font for pyfiglet to use.

.. note::

The ``personal-files`` interface does not auto-connect. You must connect it manually using:
``snap connect <snap-name>:dot-pyfiglet-fonts :personal-files``

Additionally, ``personal-files`` is a super-privileged interface. If you intend to publish this snap to the Snap Store, you will need to request manual approval.

However, before we repack, let's go back to two keys we skipped at the beginning.

.. _tutorial-craft-a-snap-secure-the-snap:
Expand Down