Set a local storage variable determining if the instruction has been shown. (ie SeenInstruction = 0)
After viewing change the value. (SeenInstruction = 1)
Upon reload, have it check the Local storage value.
if SeenInstruction = 0
Show instruction
set SeenInstruction = 1