Typo corrections, add to roadmap
This commit is contained in:
parent
138cf12028
commit
77d8c0e66b
|
@ -17,6 +17,7 @@ be small, fast, and secure. It is built on top of [Kore](https://kore.io), using
|
|||
* Search (complete)
|
||||
* Archive (in progress)
|
||||
* Author biographies
|
||||
* Kore 4.2.0
|
||||
|
||||
TODO's:
|
||||
Currently, people can post comments to unlisted stories even if they don't have
|
||||
|
@ -37,9 +38,9 @@ If you want to contribute to this repository:
|
|||
but everything should still work with later versions.
|
||||
6. Install [spp](https://github.com/radare/spp)
|
||||
7. Clone this repository into the smr folder, cd into the root, and run `make`!
|
||||
* You may need to modify the configuration in the Makefile, add test.monster 127.0.0.1 to your `/etc/hosts`, modify command invocation, ect.
|
||||
* You may need to modify the configuration in the Makefile, add `test.monster 127.0.0.1` to your `/etc/hosts`, modify command invocation, ect.
|
||||
|
||||
## Misc notes.
|
||||
## Misc. notes
|
||||
|
||||
SMR requires a slightly modified version of Kore to run. See [my kore patches](https://git.fuwafuwa.moe/rmalley/kore_patches)
|
||||
for the changes I needed to make to get the JIT compiler playing nice with
|
||||
|
|
Loading…
Reference in New Issue