Skip to content

Commit

Permalink
README: Remove information about submodule
Browse files Browse the repository at this point in the history
rsmp is used as a gem instead
  • Loading branch information
otterdahl committed Feb 17, 2022
1 parent b30e87b commit 124ff36
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ $ gem install bundler
$ bundle
```

Install git submodules:
The JSON Schema is is included as a git submodule. To install it:

```console
$ git submodule init # initialize local submodule config
$ git submodule update # fetch submodules
```

Alternatively, you can pass --recurse-submodules to the git clone command, and it will automatically initialize and update each submodule in the repository.

## Usage
### Site and Supervisor
The RSMP::Site and RSMP::Supervisor classes can be used to run a RSMP site.
Expand Down

0 comments on commit 124ff36

Please sign in to comment.