Skip to content

Commit

Permalink
chante rix.run to rix-run
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosell committed Sep 13, 2024
1 parent 9d79918 commit 15f2276
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h

<!-- badges: end -->

# rix.run
# rix-run

Command line tool to run R scripts that are anotated with [rix](https://github.com/ropensci/rix) roxygen2 like tags.

Expand All @@ -23,9 +23,9 @@ These annotations will be used in [{rix}](https://github.com/ropensci/rix) to ge
Clone this repo and put rix-run in your path.

```
$ git clone https://github.com/jrosell/rix.run
$ chmod u+x rix.run/rix-run
$ cp rix.run/rix-run ./somewhere/in/your/search/path
$ git clone git@github.com:jrosell/rix-run.git
$ chmod u+x rix-run/rix-run
$ cp rix-run/rix-run ./somewhere/in/your/search/path
```

## Usage
Expand Down
File renamed without changes.

0 comments on commit 15f2276

Please sign in to comment.