Index: README.md
===================================================================
--- README.md (revision 5)
+++ README.md (revision 6)
@@ -101,15 +101,15 @@
```
At this stage we do not want to create a new package from scratch and consider a complete package from
-[Radix Platform](https://csvn.radix.pro/radix/platform/) repository. Let it be **pkgtool**. The **pkgtool** -
+[Radix cross Linux](https://csvn.radix.pro/radix/system/) repository. Let it be **pkgtools**. The **pkgtools** -
is a base package which does not require the downloading any sources as they already present in the
-**build system**. In addition, **pkgtool** does not depend on any packages in the system and we
+**build system**. In addition, **pkgtools** does not depend on any packages in the system and we
already have all needed tools presented on the developer's machine.
So, to obtain the necessary files we have to check out */base* directory from repository:
```Bash
-$ svn co svn://svn.radix.pro/radix/platform/trunk/base base
+$ svn co svn://svn.radix.pro/radix/system/trunk/base base
```
Let's change current directory to *base/pkgtool*: