From 158f023f2fbda793f3c84f31f209359fd208808f Mon Sep 17 00:00:00 2001 From: Christopher Burr Date: Tue, 25 Apr 2017 10:05:16 +0200 Subject: [PATCH] Update how to run ganga --- davinci-grid.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/davinci-grid.md b/davinci-grid.md index 7b10548..0db6692 100644 --- a/davinci-grid.md +++ b/davinci-grid.md @@ -15,10 +15,9 @@ This lesson will teach you how to take our [minimal DaVinci job](minimal-dv-job.html) and run it on the grid. `ganga` is a program which you can use to interact with your grid -jobs. Start it with: +jobs, it is automatically included in the LHCb environment. Start it with: ```bash -$ SetupProject Ganga $ ganga ```