Uncomment this line in your firmware configuration.h:
#define AUTO_BED_LEVELING_BILINEAR
Then uncomment these two lines:
#define PROBE_MANUALLY
#define MANUAL_PROBE_START_Z 1
This will add a menu to your LCD screen under Prepare -> Bed Leveling -> Level Bed. You will have to home everything first though.
It just means that it will go to several points on the bed and at each point you have to adjust the height of the nozzle up and down using the LCD screen, then when it completes you have to save the settings so you don't have to do it every time you power up. Then either in your firmware in configuration.h you have to set this line and remove the '//' at the beginning and upload it to your printer: //#define RESTORE_LEVELING_AFTER_G28
An alternative is in your slicer put the following commands before a print starts:
G28
M420 S
Shortly we'll have the config files for Marlin 2.0 as well