Locate the corners of the graph, which are at x=2 and x=1/2. (i.e. where the stuff inside the absolute value signs are zero), then:
For x >= 2,
y = (2x - 1) + (x - 2)
= 3x - 3
For 1/2 <= x < 2
y = 2x - 1 - (x - 2)
= x + 1
For x < 1/2
y = - (2x - 1) - (x - 2)
= - 3x + 3
Should be straightforward to graph now.