You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This will add them to your project in a local `.rules` folder.
33
33
You can also download from GitHub rather than the rules registry:
34
34
35
35
```bash
36
-
rules add gh:continuedev/rules-template
36
+
rules add gh:continuedev/awesome-rules/ruby
37
37
```
38
38
39
39
## Render rules
@@ -57,7 +57,7 @@ rules publish
57
57
58
58
This would make your rule available to download with `rules add <name-of-rules>`.
59
59
60
-
The command automatically determines the slug from your `rules.json` file. To make sure you have a `rules.json` file in your current directory, use `rules init`, or use our [template repository](https://github.com/continuedev/rules-template).
60
+
The command automatically determines the slug from your `rules.json` file. To make sure you have a `rules.json` file in your current directory, use `rules init` or our [template repository](https://github.com/continuedev/rules-template), which includes a GitHub Action for publishing.
0 commit comments