Skip to content

Commit c5add3c

Browse files
committed
Documentation tweaks
1 parent b61705d commit c5add3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Built-in Risor modules for additional functionality
1414
- [Worker pool](https://github.com/rubiojr/risor-libs/blob/main/docs/pool.md)
1515
- [RSX](https://github.com/rubiojr/risor-libs/blob/main/docs/rsx.md)
16+
- [Tests](https://github.com/rubiojr/risor-libs/blob/main/docs/test.md)
1617
- Easy project initialization and management
1718
- Built-in SQLite support with FTS5
1819
- Ability to external Risor native modules:

main.risor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ cli.app({
161161
os.write_file(filepath.join(libdir,"README.md"), "Drop your .risor files here.")
162162
print('Created new RSX project in {name}. cd {name} to get started.')
163163
print("- 'rsx build' to build the project.")
164-
print("- 'risor --modules lib main.risor' to run the project.")
164+
print("- 'rsx run' to run the project.")
165165
},
166166
}),
167167
cli.command({

0 commit comments

Comments
 (0)