Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckner committed Feb 14, 2024
1 parent 1c830a1 commit bb4f1b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ The Automation Capability Matrix is a framework for analyzing automated workflow
## Run

### Installation
1. Clone this repository into your local machine:
1. Clone this repository into your local machine
```
git clone https://github.com/tuckner/automation-capability-matrix.git
```
2. Install dependencies
```
yarn install
```
3. Start the application by running the start script.
3. Run developer mode
```
yarn run dev
```
4. Run test.
4. Run preview mode
```
yarn run test
```
Expand Down

0 comments on commit bb4f1b5

Please sign in to comment.