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

INSTALLATION
------------
1. Drag SDM.app to your desired location (e.g., /Applications or ~/Applications)

2. Run the post-install command as root to set up the VNM service and CLI:

   For /Applications:
     sudo /Applications/SDM.app/Contents/Resources/sdm.darwin system desktop post-install

   For ~/Applications:
     sudo ~/Applications/SDM.app/Contents/Resources/sdm.darwin system desktop post-install

   For a custom location:
     sudo /path/to/SDM.app/Contents/Resources/sdm.darwin system desktop post-install

This command will:
- Install the VNM (Virtual Network Mode) service
- Create a symlink at /usr/local/bin/sdm for command-line access

Note: Administrator privileges are required. If you run without sudo,
you'll be prompted for your password if you're an admin.


ADMIN INSTALLATION FOR ANOTHER USER
------------------------------------
If you are an admin installing for a specific user:

1. Drag SDM.app to any location (or leave on mounted DMG)

2. Run the post-install command:
     sudo /Volumes/SDM/SDM.app/Contents/Resources/sdm.darwin system desktop post-install \
       --home-dir /Users/username

   Or if already copied to /Applications:
     sudo /Applications/SDM.app/Contents/Resources/sdm.darwin system desktop post-install \
       --home-dir /Users/username

This will:
- Move the app to /Users/username/Applications/SDM.app
- Set proper ownership for the target user
- Install the VNM service
- Create a symlink at /usr/local/bin/sdm
