Browse Source

Final edits for now

biotorrents 4 years ago
parent
commit
23b99bbb4e
1 changed files with 13 additions and 4 deletions
  1. 13
    4
      docs/install.md

+ 13
- 4
docs/install.md View File

@@ -34,7 +34,7 @@ Sphinx 2.2.11-id64-release (95ae9a6)
34 34
 This section is done as root.
35 35
 If you're in a user shell, preface commands with `sudo`.
36 36
 
37
-## Upgrading to Debian unstable
37
+## Upgrading to Debian Sid
38 38
 
39 39
 Install the most recent
40 40
 [Debian netinst image](https://www.debian.org/CD/netinst/)
@@ -299,6 +299,15 @@ The applications would otherwise be an insecure jumble and hard to maintain.
299 299
 
300 300
 ## Gazelle
301 301
 
302
+Please use the
303
+[biotorrents/gazelle development branch](https://github.com/biotorrents/gazelle/tree/development)
304
+to grab the current working copy:
305
+
306
+```shell
307
+git clone --branch development https://github.com/biotorrents/gazelle.git
308
+git push origin development
309
+```
310
+
302 311
 First create the necessary files and folders.
303 312
 Note that locations are arbitrary and may be one of:
304 313
 home folder, subfolder of `/var/www`, etc.
@@ -344,7 +353,7 @@ When setting up Gazelle for the first time, these options must be enabled.
344 353
 
345 354
 Note the separate production and development values and the possibility of duplicate definitions.
346 355
 BioTorrents.de uses a singleton class with extended recursive ArrayObject support invoked by
347
-[$ENV = ENV::go()](https://github.com/biotorrents/gazelle/blob/development/classes/env.class.php).
356
+[`$ENV = ENV::go()`](https://github.com/biotorrents/gazelle/blob/development/classes/env.class.php).
348 357
 
349 358
 There are some other values to set up.
350 359
 Please pay attention to these values that Gazelle needs for proper function:
@@ -473,10 +482,10 @@ Note that LibTorrent 0.1x.y also covers rTorrent/ruTorrent and other clients tha
473 482
 | Transmission 3.xy | `-TR3`  |
474 483
 
475 484
 Most of the Toolbox pages don't write to the database and all of them should work.
476
-For more BitTorrents info see
485
+For more BitTorrent info see
477 486
 [Calomel's rTorrent hacking guide](https://calomel.org/rtorrent_mods.html).
478 487
 
479
-## Building this documentation
488
+## Building these docs
480 489
 
481 490
 [biotorrents/documentation](https://github.com/biotorrents/documentation)
482 491
 has the Mkdocs source code.

Loading…
Cancel
Save