DEADSOFTWARE

new -> BlackBox
[bbcp.git] / README
diff --git a/README b/README
index df987b3949463bf5ca9f2be1f9b47119bbbc9225..5af69d54bd3132781938f50156752eb2d4ca83bd 100644 (file)
--- a/README
+++ b/README
@@ -1,14 +1,16 @@
 Ducumentation (Russian):
 
-       http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home
+       http://gitlab.molpit.com/oberon/blackbox-freenix/wikis/home
 
 Directories structure:
 
-       new/
+       BlackBox/
                universal development environment
                synchronized with original BlackBox 1.6
 
-       examples/ (all axamples are not tested on `new` version yet)
+       examples/
+               some outdated examples
+
                server/
                        static web-server as the example of an application for Linux OS
                console/
@@ -18,22 +20,20 @@ Directories structure:
 
 To build BlackBox:
 
-       cd new
+       cd BlackBox
        ./switch-target `uname -s` GUI
        ./build
 
 To run BlackBox (after build):
 
-       cd new
        ./run-BlackBox
 
 To create BlackBox assembly (after build):
 
-       cd ./new
        ./export <outputDirectory>
 
 Example: build, create assembly in /tmp, run BlackBox from assembly:
-       cd new
+       cd BlackBox
        ./switch-target `uname -s` GUI
        ./build
        ./export /tmp/BlackBox-`uname -s`