Переглянути джерело

tweak some manual language

tags/v2.2.0-rc1
Shivaram Lingamneni 4 роки тому
джерело
коміт
76b534476a
2 змінених файлів з 5 додано та 13 видалено
  1. 1
    2
      README
  2. 4
    11
      README.md

+ 1
- 2
README Переглянути файл

25
 
25
 
26
     $ cp default.yaml ircd.yaml
26
     $ cp default.yaml ircd.yaml
27
 
27
 
28
-Modify the config file as you like. In particular, the `connection-throttling` and
29
-`connection-limits` sections are working looking over and tuning for your network's needs.
28
+Modify the config file as you like.
30
 
29
 
31
 To generate passwords for opers and connect passwords, you can use this command:
30
 To generate passwords for opers and connect passwords, you can use this command:
32
 
31
 

+ 4
- 11
README.md Переглянути файл

42
 * [IRCv3 support](https://ircv3.net/software/servers.html)
42
 * [IRCv3 support](https://ircv3.net/software/servers.html)
43
 * a heavy focus on developing with [specifications](https://oragono.io/specs.html)
43
 * a heavy focus on developing with [specifications](https://oragono.io/specs.html)
44
 
44
 
45
-## Installation
45
+## Quick start guide
46
 
46
 
47
-To go through the standard installation, download the latest release from this page: https://github.com/oragono/oragono/releases/latest
47
+Download the latest release from this page: https://github.com/oragono/oragono/releases/latest
48
 
48
 
49
 Extract it into a folder, then run the following commands:
49
 Extract it into a folder, then run the following commands:
50
 
50
 
51
 ```sh
51
 ```sh
52
 cp default.yaml ircd.yaml
52
 cp default.yaml ircd.yaml
53
-vim ircd.yaml  # modify the config file to your liking
53
+vim ircd.yaml   # modify the config file to your liking
54
 oragono mkcerts
54
 oragono mkcerts
55
+oragono run     # server should be ready to go!
55
 ```
56
 ```
56
 
57
 
57
 **Note:** See the [productionizing guide in our manual](https://github.com/oragono/oragono/blob/master/docs/MANUAL.md#productionizing) for recommendations on how to run a production network, including obtaining valid TLS certificates.
58
 **Note:** See the [productionizing guide in our manual](https://github.com/oragono/oragono/blob/master/docs/MANUAL.md#productionizing) for recommendations on how to run a production network, including obtaining valid TLS certificates.
102
 
103
 
103
 With this, you receive a blob of text which you can plug into your configuration file.
104
 With this, you receive a blob of text which you can plug into your configuration file.
104
 
105
 
105
-## Running
106
-
107
-After this, running the server is easy! Simply run the below command and you should see the relevant startup information pop up.
108
-
109
-```sh
110
-oragono run
111
-```
112
-
113
 ### How to register a channel
106
 ### How to register a channel
114
 
107
 
115
 1. Register your account with `/NS REGISTER <password>`
108
 1. Register your account with `/NS REGISTER <password>`

Завантаження…
Відмінити
Зберегти