Skip to content

Commit f8e7563

Browse files
committed
readme
1 parent f3058aa commit f8e7563

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Remove an installed plugin
247247
$ risset remove <plugin>
248248

249249

250-
#### documentation
250+
### man
251251

252252
Open man page as markdown in the command line
253253

@@ -267,13 +267,7 @@ Open the html man page in the default browser:
267267

268268
$ risset man --html <opcode>
269269

270-
Generate/update documentation:
271-
272-
$ risset makedocs
273-
274-
Build the documentation for all defined plugins. This depends on **mkdocs** being installed
275-
276-
270+
277271
### upgrade
278272

279273
$ risset upgrade
@@ -338,18 +332,22 @@ and documentation
338332
* `--outfile OUTFILE`: Save output to this path
339333
* `--full`: Include all available information
340334

341-
-------
342335

343-
# Plugin Documentation
336+
### makedocs
344337

345-
Documentation for all plugins can be found here: https://csound-plugins.github.io/risset-docs/
338+
Generate/update documentation:
346339

347-
-------
340+
$ risset makedocs
341+
342+
Build the documentation for all defined plugins. This depends on **mkdocs** being installed
348343

349-
# Upgrading risset
350344

351-
pip install risset -U
352345

346+
-------
347+
348+
# Plugin Documentation
349+
350+
Documentation for all plugins can be found here: https://csound-plugins.github.io/risset-docs/
353351

354352

355353
-----
@@ -396,4 +394,4 @@ define multiple plugins within one repository.
396394
Each plugin has an accompanying manifest in the .json format. The name of this file
397395
is always `risset.json`
398396
See one of the examples in https://github.com/csound-plugins/csound-plugins/tree/master/src for
399-
more information about the manifest
397+
more information

0 commit comments

Comments
 (0)