You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-25Lines changed: 12 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -23,26 +23,31 @@ If you're learning VBA, Rubberduck can help you avoid a few common beginner mist
23
23
#Contributing
24
24
25
25
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!
27
27
28
28
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!
29
29
30
30
We follow a [development branch workflow][branch], so please submit any Pull Requests to the `next` branch.
31
31
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).
Copyright (C) 2014-2015 Mathieu Guindon & Christopher McClellan
50
+
Copyright (C) 2014-2016 Mathieu Guindon & Christopher McClellan
46
51
47
52
This program is free software: you can redistribute it and/or modify
48
53
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/.
59
64
60
65
---
61
66
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/).
0 commit comments