From 871ff2073c3c2ab9368a9bf7c0a698154f4ec03e Mon Sep 17 00:00:00 2001 From: Yury Plashenkov Date: Sat, 30 Jan 2016 00:00:37 +0600 Subject: [PATCH] Edit README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 101f69a..ee75fe3 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,17 @@ Unzip the package somewhere on your hard drive. Now you need to add the full pat folder to your IDE options. #### For Delphi 6–7 or C++Builder 6 + Select *Tools > Environment Options* from the menu, then go to the *Library* tab and add the full path of this package's Source directory to the *Library Path*. #### For Delphi 2005 and up, or C++Builder 2006 and up + Select *Tools > Options* from the menu, then select *Environment Options > Delphi Options > Library - Win32*, and add the full path of this package's Source directory to the *Library Path*. #### For Lazarus + Select *Environment > Options* from the menu, then select *CodeTools*, and add the full path of this package's Source directory to the *Search Path* ("Additional source search path for all projects"). @@ -44,4 +47,4 @@ your program. ## License -The Bliss framework is licensed under the [MIT license](LICENSE.md). \ No newline at end of file +This package is licensed under the [MIT license](LICENSE.md). \ No newline at end of file