1. Open Go → Utilities
  1. Open Terminal app
  1. Install Homebrew by pasting the following text into Terminal app and pressing Enter

    /bin/bash -c "$(curl -fsSL [<https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>](<https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>))"
    
  1. Install enex2notion by pasting the following text into Terminal app and pressing Enter

    brew install enex2notion
    
  1. Put your *.enex notebook files that you want to upload into some directory, for example Downloads/notebooks.
  1. Open Terminal app and type in cd ~/Downloads/notebooks
  1. Obtain the token for your Notion account by following this instruction.

  2. To start uploading test.enex notebook, type in or paste into Terminal

    enex2notion --token your_token test.enex
    

    <aside> ⚠️ Replace your_token with the token you obtained in step 7

    </aside>

For a complete manual on available commands, please refer to the repository page.