Bladeren bron

README updates.

- Fix link to client repo (it's DMDirc/DMDirc not DMDirc/client)
- Add shiny screenshot
- Add information on actually installing and running
pull/104/head
Chris Smith 8 jaren geleden
bovenliggende
commit
09231f2fd0
2 gewijzigde bestanden met toevoegingen van 19 en 3 verwijderingen
  1. 19
    3
      README.md
  2. BIN
      etc/screenshot.png

+ 19
- 3
README.md Bestand weergeven

4
 DMDirc is an IRC client written in Java. It's cross-platform, hugely
4
 DMDirc is an IRC client written in Java. It's cross-platform, hugely
5
 configurable, and is easily extensible with a robust plugins system.
5
 configurable, and is easily extensible with a robust plugins system.
6
 
6
 
7
+![DMDirc Screenshot](etcd/screenshot.png?raw=true)
8
+
9
+Getting DMDirc
10
+--------------------------------------------------------------------------------
11
+
12
+To download and run the latest stable version of DMDirc, download an installer
13
+or archive for your platform from
14
+[the releases page](https://github.com/DMDirc/DMDirc/releases).
15
+
16
+If there's not a distribution for your platform, you can download the Jar file
17
+instead. You will need to manually install OpenJDK 8 or newer in this case.
18
+
19
+Repositories
20
+--------------------------------------------------------------------------------
21
+
7
 This repository doesn't actually contain the source for DMDirc. Instead it's
22
 This repository doesn't actually contain the source for DMDirc. Instead it's
8
 split over four different components, each with their own repository:
23
 split over four different components, each with their own repository:
9
 
24
 
10
-* [client](https://github.com/DMDirc/client):
25
+* [client](https://github.com/DMDirc/DMDirc):
11
   contains the main guts of the client
26
   contains the main guts of the client
12
 * [parser](https://github.com/DMDirc/parser):
27
 * [parser](https://github.com/DMDirc/parser):
13
   an interface for parsers and a full IRC parser
28
   an interface for parsers and a full IRC parser
24
 above is included as a submodule, and there are some handy top-level build
39
 above is included as a submodule, and there are some handy top-level build
25
 scripts for bundling everything together.
40
 scripts for bundling everything together.
26
 
41
 
27
-Getting Started
42
+Development
28
 --------------------------------------------------------------------------------
43
 --------------------------------------------------------------------------------
29
 
44
 
30
 ### Prerequisites
45
 ### Prerequisites
83
 to run all of the tests in the project and compile and run an actual client to
98
 to run all of the tests in the project and compile and run an actual client to
84
 make sure everything actually still works!
99
 make sure everything actually still works!
85
 
100
 
86
-You can see an overview of open pull requests across all of the DMDirc projects [here](https://github.com/pulls?q=is%3Aopen+is%3Apr+user%3Admdirc).
101
+You can see an overview of open pull requests across all of the DMDirc projects
102
+[here](https://github.com/pulls?q=is%3Aopen+is%3Apr+user%3Admdirc).
87
 
103
 
88
 ### Continuous Integration and Code Coverage
104
 ### Continuous Integration and Code Coverage
89
 
105
 

BIN
etc/screenshot.png Bestand weergeven


Laden…
Annuleren
Opslaan