Finding the exact solution of the following Riemann problem. $$\begin{cases} u_t+(e^u)_x=0 ,\\ u(x, 0)=\begin{cases} 1, & x<0, \\ 0, & x>0. \end{cases} \end{cases}$$ I have learned how to solve the advection equation, such as $$ \vec{u}_t+A\vec{u}_x=0, $$with $\vec{u}(x,t)\in\mathbb{R}^m$ and $A\in \mathbb{R}^{m\times m}$.(Solving Linear Hyperbolic System)
But I'm confusing about how to solving this Riemann problem. Any hints or bibliography will be appreciated.