aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorArtur <artur@vaadin.com>2016-12-02 11:44:53 +0200
committerGitHub <noreply@github.com>2016-12-02 11:44:53 +0200
commit105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1 (patch)
treeedb69e91218a7e5e4c10a8de41be77c34cd9ddaf /README.md
parent0f044db997a4d4a1ea41d10bfd8999c5b0affbaa (diff)
downloadvaadin-framework-105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1.tar.gz
vaadin-framework-105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1.zip
Replace github.com/vaadin/vaadin with github.com/vaadin/framework (#75)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 97b4fb2858..7ea8d8e634 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
For instructions about _using_ Vaadin to develop applications, please refer to [Vaadin tutorial](https://vaadin.com/docs/-/part/framework/tutorial.html) and other [documentation](https://vaadin.com/docs/).
-To contribute, first refer to [Contributing Code](https://github.com/vaadin/vaadin/blob/master/CONTRIBUTING.md)
+To contribute, first refer to [Contributing Code](https://github.com/vaadin/framework/blob/master/CONTRIBUTING.md)
for general instructions and requirements for contributing code to the Vaadin framework.
Instructions on how to set up a working environment for developing the Vaadin Framework follow below.
@@ -16,7 +16,7 @@ The distribution files can be built by running the standard Maven goal `mvn inst
## Eclipse Quick Setup
1. Run
-<code>git clone https://github.com/vaadin/vaadin.git</code>
+<code>git clone https://github.com/vaadin/framework.git</code>
command or clone the repository your favorite Git tool.
If using Windows, you might want to add these Git settings: `core.autocrlf=false` and `core.fileMode=false`.
1. Run <code>mvn install</code> in the project root.
@@ -65,7 +65,7 @@ The following preferences need to be set to keep the project consistent. You nee
1. Intall and run IDEA. Ultimate Edition is better but Community Edition should also work.
1. Ensure if Git and Maven plugins are installed, properly configured and enabled.
-1. Clone the repository, using menu VCS -> Checkout from Version Control -> Git -> Git Repository URL -> https://github.com/vaadin/vaadin.git.
+1. Clone the repository, using menu VCS -> Checkout from Version Control -> Git -> Git Repository URL -> https://github.com/vaadin/framework.git.
When the repository is cloned, do **NOT** open it as a project.
1. Open cloned repository as a maven object. Use File -> Open and choose root _pom.xml_ file
1. Have a coffee break while IDEA is loading dependencies and indexing the project