diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-20 11:19:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-20 12:24:34 +0200 |
commit | cb73d0710b0eb84d4f788ff9b1d36ed0b02bf970 (patch) | |
tree | 7ae6a504b526d2068ebe209325dc360b4b26e655 /public/docs/install.html | |
parent | 4f709b04cee3ee9a1df009a8021b84d4f8fe6b81 (diff) | |
download | server-cb73d0710b0eb84d4f788ff9b1d36ed0b02bf970.tar.gz |
Use xmp tag for more docs.
Diffstat (limited to 'public/docs/install.html')
-rw-r--r-- | public/docs/install.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/docs/install.html b/public/docs/install.html index a448db8..1b227ba 100644 --- a/public/docs/install.html +++ b/public/docs/install.html @@ -40,9 +40,9 @@ npm install <p> Initialize the database: -<pre> -sqlite3 db < schema.sql -</pre> +<xmp> +sqlite3 db < schema.sql +</xmp> <h2> Install the modules @@ -62,9 +62,9 @@ git clone https://git.rally-the-troops.com/modules/field-cloth-gold public/field <p> Register it in the database: -<pre> -sqlite3 db < public/field-cloth-gold/title.sql -</pre> +<xmp> +sqlite3 db < public/field-cloth-gold/title.sql +</xmp> <h2> Start the server |