Paste the script and save it
Open your spreadsheet, go to Extensions > Apps Script, delete the placeholder code, and paste the snippet above. Hit the floppy-disk icon (or Ctrl+S) to save. No deployment, no manifest changes — a plain onEdit function is a simple trigger, which Sheets installs automatically the moment the project is saved.
The two constants at the top are the only things you should touch. STAMP_COL = 1 targets column A; change it to 2 for column B, and so on. SKIP_ROWS = 1 skips your header row. If you have a two-row header, set it to 2.