Skip to content

Commit cadf434

Browse files
committed
Update README.md
1 parent 0f7770b commit cadf434

File tree

1 file changed

+12
-25
lines changed

1 file changed

+12
-25
lines changed

README.md

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,31 @@ If you're learning VBA, Rubberduck can help you avoid a few common beginner mist
2323
#Contributing
2424

2525
If you're a C# developer looking for a fun project to contribute to, feel free to fork the project and
26-
[come meet the devs in Code Review's "VBA" chatroom][chat] - we'll be happy to answer your questions and help you help us take the VBE into the 21st century!
26+
[come meet the devs in Code Review's "VBA Rubberducking" chatroom][chat] - we'll be happy to answer your questions and help you help us take the VBE into the 21st century!
2727

2828
Some issues are tagged with [help-wanted][helpwanted], but that doesn't mean we can't use some help with anything else in the project - if this project interests you, we want to hear from you!
2929

3030
We follow a [development branch workflow][branch], so please submit any Pull Requests to the `next` branch.
3131

32-
There is additonal information about [building the project in our wiki][install].
32+
There is additonal information about [building the project and contributing, in our wiki](https://github.com/rubberduck-vba/Rubberduck/wiki/Contibuting).
3333

34-
[chat]:http://chat.stackexchange.com/rooms/14929/vba
35-
[helpwanted]:https://github.com/retailcoder/Rubberduck/labels/help-wanted
36-
[install]:https://github.com/retailcoder/Rubberduck/wiki/Building-&-Installation
37-
[branch]:https://github.com/retailcoder/Rubberduck/issues/288
34+
[chat]:http://chat.stackexchange.com/rooms/14929
35+
[helpwanted]:https://github.com/rubberduck-vba/Rubberduck/labels/help-wanted
36+
[branch]:https://github.com/rubberduck-vba/Rubberduck/issues/288
37+
38+
---
39+
40+
#[Installing](https://github.com/rubberduck-vba/Rubberduck/wiki/Installing)
41+
42+
This section was moved to a dedicated wiki page.
3843

3944
---
4045

4146
#License
4247

4348
Rubberduck is a COM add-in for the VBA IDE (VBE).
4449

45-
Copyright (C) 2014-2015 Mathieu Guindon & Christopher McClellan
50+
Copyright (C) 2014-2016 Mathieu Guindon & Christopher McClellan
4651

4752
This program is free software: you can redistribute it and/or modify
4853
it under the terms of the GNU General Public License as published by
@@ -59,24 +64,6 @@ along with this program. If not, see http://www.gnu.org/licenses/.
5964

6065
---
6166

62-
#Installation
63-
64-
Visit our releases page, [download the installer](https://github.com/retailcoder/Rubberduck/releases/latest), and run the Setup.exe.
65-
66-
If you're **upgrading** from version 1.0, you will need to completely uninstall it before installing the newest release. This isn't necessary when upgrading from newer versions. Also, be sure to back up the `rubberduck.config` file in the `\AppData\Roaming\Rubberduck\` directory prior to installation.
67-
68-
##System Requirements
69-
70-
- Windows Vista or more recent (tested on Win7 and Win8.1)
71-
- .Net Framework 4.5
72-
- Microsoft Office 97-2003 or higher
73-
74-
Please feel free to test it on other versions and [submit any bugs on our issue tracker](https://github.com/retailcoder/Rubberduck/issues).
75-
76-
**Note:** The 1.2 installer doesn't work for 64 bit versions of office. You can find the [work around here](https://rubberduckvba.wordpress.com/2015/03/11/64-bit-rubberduck-a-work-around-until-release-1-21-soon/).
77-
78-
---
79-
8067
#Attributions
8168

8269
##Software & Libraries

0 commit comments

Comments
 (0)