From 09bdff141d95826f255e737a66cb328157722d65 Mon Sep 17 00:00:00 2001 From: travis Date: Wed, 11 Oct 2023 11:16:43 -0700 Subject: [PATCH] Update abel readme --- tools/abel/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tools/abel/README.md b/tools/abel/README.md index 232098c6df..2d3937e905 100644 --- a/tools/abel/README.md +++ b/tools/abel/README.md @@ -126,17 +126,14 @@ Please see the [ABEL spreadsheet docs](../../tools/abel/validators/README.md) fo ### Update Workflow If you would like to create a building config to update an already onboarded building, then there are two options: -1. Update an exported building config. - The process for using a building config to generate an ABEL spreadsheet is as - follows: +Generate an ABEL spreadsheet from an exported building config. 1. In `digitalbuildings/tools/abel` run ABEL with the command: ``` python3 abel.py -c /path/to/credential.json -b absolute/path/to/building/config ``` - -2. Generate a building config from an already updated spreadsheet. +To generate a building config from an already updated spreadsheet. 1. In `digitalbuildings/tools/abel` run ABEL with the command: ```