update documentation

This commit is contained in:
Leon van Kammen 2023-03-31 13:25:53 +02:00
parent fe80e7e136
commit 57f5adfed9
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# usage # usage
# available implementations
* [javascript](dist/xrfragment.js)
* [python](dist/xrfragment.py)
* [lua](dist/xrfragment.lua)
# docs # docs
* [RFC](doc/RFC.md) * [RFC](doc/RFC.md)
@ -8,6 +14,5 @@
``` ```
$ ./make install $ ./make install
$ ./make $ ./make && ./make runtest
$ ./make runtest
``` ```