From 9cb754909bb5960b52a7832aeb018bd4496a2ace Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Wed, 7 Dec 2022 01:24:19 +0000 Subject: [PATCH] feat: add pointer to rc-shell.vim --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index eeac583..56d7f4a 100755 --- a/README +++ b/README @@ -38,7 +38,8 @@ comments apps) make sure all files under sites/ are writable by the user your cgi will run as, usually www-data, for example by doing: chown -R :www-data sites/; chmod -R g+w sites/ -Werc currently assumes that your website runs http, rather than https. If you are running https, locate and change https mentions using +Werc currently assumes that your website runs http, rather than https. +If you are running https, locate and change https mentions using grep http -R bin/ If your Plan 9 binaries are located somewhere else than the standard /bin/ you @@ -55,6 +56,9 @@ lib/ under sites/example.com/_werc/lib. The source tree for the werc website is included under sites/werc.cat-v.org as an example, feel free to use it as a template for your own site. +If a vim user, you may want to use a syntax file for rc: +https://github.com/weakish/rcshell.vim + For more details see the documentation section of the website: http://werc.cat-v.org/docs/