Mobile on-boarding – Single page instructions instead of multiple paging

I'm building a mobile app where the user needs to copy link from a different app and only than open my app. My app detect the link when the user open the app and than he proceeds using it. The steps needs to complete the task is simple:

  1. Press on the Share button on the other app (the user is familiar with this app, there is context to the action).
  2. Press on Copy Link
  3. Open my app

Because the task is very short, I wanted to make it easier as possible. Two options came to my mind:

  • Single page with action list.
  • Three pages each page one action (user swipes to change)

enter image description here

What do you think? Is there an advantage to split them if the task is short? Thank you for your time.

Best regards, Roi