From f64969e4870e160a1e9563e20f639f5d2f732251 Mon Sep 17 00:00:00 2001 From: David Ketcheson Date: Wed, 13 Jan 2021 06:29:03 +0300 Subject: [PATCH] Update README.md Updates suggested in #657. Closes #657 . --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a1d0503e..30bf34f0b 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ Quick start: - git clone git@github.com:clawpack/clawpack.git + git clone https://github.com/ketch/nodepy.git cd clawpack + git submodule init + git submodule update pip install -e . - cd clawpack/pyclaw/examples/euler_2d - python shockbubble.py iplot=1 + cd pyclaw/examples/euler_2d + python shock_bubble_interaction.py iplot=1 # PyClaw @@ -26,4 +28,5 @@ You can get the latest development version of PyClaw from http://github.com/clawpack/. If you use PyClaw in research that leads to publication, please -[cite PyClaw](http://www.clawpack.org/pyclaw/index.html#citing). +[cite PyClaw](http://www.clawpack.org/pyclaw/index.html#citing) +(see also [citing Clawpack](http://www.clawpack.org/about.html#citing-this-work)).