From 0a384d74720ba4b6cef824f73444c2f36a02536e Mon Sep 17 00:00:00 2001 From: Cyril Rohr <cyril.rohr@irisa.fr> Date: Thu, 29 Jan 2009 17:50:28 +0100 Subject: [PATCH] fixed typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f237a9e5f6b..928e740b78a 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ This repository contains the reference data of Grid5000. The raw data is located in the "data" directory. You may change or add files by hand, but you could also use a specific generator called "grid5000.rb", which is available in the "generators" directory. Given one or more input files that describe in Ruby the data you want to add, it will generate the raw json files, directories and hard links needed. # Getting started -Right now, the easiest way to get started is to look at some existing input files in the "genrators/input" directory. There you can see how you define sites, clusters, nodes and environments programmatically. Then you can create or change an existing input file and run it in simulation mode (your changes won't be applied but you'll see what will be changed). +Right now, the easiest way to get started is to look at some existing input files in the "generators/input" directory. There you can see how you define sites, clusters, nodes and environments programmatically. Then you can create or change an existing input file and run it in simulation mode (your changes won't be applied but you'll see what will be changed). Run the "grid5000.rb" script without options ($ ruby grid5000.rb) to see how to use it. -- GitLab