From 94f3678cd4a394e9ac107b7db7a60e2003576b8b Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sun, 17 Sep 2017 12:02:45 +1000 Subject: [PATCH] Update readme --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97fb6bb..57e38ba 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,20 @@ If you want to install Magicka BBS, follow these steps. `cp -r ansi_default ansis` -8. If you are going to run SSH, you will need to create keys. To do this +8. Copy the menus-default directory to the one specified in your system path + + eg. + + `cp -r menus_default menus` + +9. Magicka also include optional lua scripts for menus and login / logoff. If you want to use these, copy +the scripts-examples to the one specified in your system path. + + eg. + + `cp -r scripts_examples scripts` + +10. If you are going to run SSH, you will need to create keys. To do this `mkdir keys` @@ -46,11 +59,11 @@ If you want to install Magicka BBS, follow these steps. `ssh-keygen -f keys/ssh_host_dsa_key -N '' -t dsa` -9. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that). +11. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that). `./magicka config/bbs.ini` -10. Your BBS is now running on the port you specified in the config.ini, log in and create yourself an account! (By default there is only one security level, you can add more, +12. Your BBS is now running on the port you specified in the config.ini, log in and create yourself an account! (By default there is only one security level, you can add more, but you will need to use an SQLite Manager to modify users.sq3 and set security levels, as there is no user editor yet. For information on how to configure your BBS, check the wiki https://github.com/MagickaBBS/MagickaBBS/wiki