diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 21:04:35 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:02 +0700 |
commit | 9b0c017a510cc85d0647f00aad336e4bae113e96 (patch) | |
tree | 627d98df954379cbe639ba23b253d3fd6676ab9a /development/eagle/README | |
parent | cfe4659ab9a00778fa3d94f6f06bd55923a74d88 (diff) | |
download | slackbuilds-9b0c017a510cc85d0647f00aad336e4bae113e96.tar.gz |
development/eagle: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eagle/README')
-rw-r--r-- | development/eagle/README | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/development/eagle/README b/development/eagle/README index 3cefddac16..2e9da555e3 100644 --- a/development/eagle/README +++ b/development/eagle/README @@ -1,21 +1,22 @@ -EAGLE is an easy to use, yet powerful tool for designing printed circuit -boards (PCBs). The name EAGLE is an acronym, which stands for Easily -Applicable Graphical Layout Editor. The program consists of three main -modules (Layout Editor, Schematic Editor and Autorouter), which are -embedded in a single user interface. +EAGLE is an easy to use, yet powerful tool for designing printed +circuit boards (PCBs). The name EAGLE is an acronym, which stands for +Easily Applicable Graphical Layout Editor. The program consists of +three main modules (Layout Editor, Schematic Editor and Autorouter), +which are embedded in a single user interface. -If EAGLE prompts for a license key the first time it is run, you can select -EAGLE Express option to run EAGLE as a free version or purchase a license to -unlock advanced features. +If EAGLE prompts for a license key the first time it is run, you can +select EAGLE Express option to run EAGLE as a free version or purchase +a license to unlock advanced features. -After the key is accepted, you may wish to change the permission of -/opt/eagle-VERSION/bin/eagle.key so that it is no longer world-writable: +After the key is accepted, you may wish to change the permission +of /opt/eagle-VERSION/bin/eagle.key so that it is no longer +world-writable: # chmod 0644 /opt/eagle-<version>/bin/eagle.key -This script installs the English documentation by default. Starting from -version 5.10.0, German and (some) Chinese documentation is included as well. -To select them, run this script as: +This script installs the English documentation by default. Starting +from version 5.10.0, German and (some) Chinese documentation is +included as well. To select them, run this script as: # DOC_LANG=<xx> ./eagle.SlackBuild |