StrongDM Desktop Installation
==============================

INSTALLATION
------------
Double-click the SDM.pkg file to run the installer, or install from the command line:

  sudo installer -pkg SDM.pkg -target /

This will:
- Install SDM.app to ~/Applications/SDM.app
- Install the VNM (Virtual Network Mode) service
- Create a CLI symlink at /usr/local/bin/sdm

Note: If you are an administrator, you'll be prompted for your password to install
the VNM service and CLI symlink. If you're not an admin or decline the prompt,
the app will still install but without the VNM service and CLI symlink.


ADMIN INSTALLATION FOR ANOTHER USER
------------------------------------
An administrator can install for a specific user by setting HOME:

  HOME=/Users/username sudo installer -pkg SDM.pkg -target /

This will install to /Users/username/Applications/SDM.app with proper ownership.
