Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe authored Nov 24, 2024
1 parent e5516d2 commit ec52751
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,15 @@ Select the ones you will like to work with.
If you already know which frameworks you want to use, you can do:

```ruby
raider new [name_of_project] p framework : [framework] automation : [automation_type]
raider new [name_of_project] -p framework:[framework] automation:[automation_type]
```

An example of the command above would be:

```ruby
raider new test_project p framework : rspec automation: selenium
raider new test_project -p framework:rspec automation:selenium
```

Where [frameworks] is a comma separated list of the frameworks you want to use.

### Ruby raider provides the following list of basic commands

###### Anything between square brackets([...]) is where your imput goes
Expand Down

0 comments on commit ec52751

Please sign in to comment.