diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 14609d6faedb991461901af7d14d2e58e4d02226..5113359a951da75ffa95fbea204b09b8c80f5f61 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,3 +1,8 @@
+# Where is the development taking place?
+
+Actual development happens at our corporate GitLab server, but you're most welcome to submit your pull requests here.
+We'll eventually sync them.
+
 # Contributing guide
 
 1. Keep it unit tested, so that coverage doesn't fall down too much.
diff --git a/README.md b/README.md
index 2a185806b8f5f2d587273db962b2df2a589e63bf..6bf59480253ae2cf809baeed1d57a429e13064d6 100644
--- a/README.md
+++ b/README.md
@@ -24,10 +24,10 @@ Why CoolAMQP?
 
 **Warning!!** Since v1.3.1 development has been moved 
 from [GitHub](https://github.com/smok-serwis/coolamqp) to this [GitLab](https://git.dms-serwis.com.pl/smokserwis/coolamqp).
-To install CoolAMQP please use
+To install the most latest CoolAMQP please use
 
 ```bash
-pip install coolamqp
+pip install --index-url https://git.dms-serwis.com.pl/api/v4/groups/330/-/packages/pypi/simple coolamqp
 ```
 
 Documentation (WIP) is available at [our site](http://smokserwis.docs.smok.co/coolamqp).