summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index c03fb9a..f86250f 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,13 @@ Get these features with minimum reliance on bloated proprietary tools or Web-bas
- Extract TLEs from the current spacetrack catalog
- Powerful regex-based searching and filtering based on SATNO, international designator, launch year, inclination, or anything else
-- Automatically configure cron jobs to periodically update your local spacetrack catalog (requires Space-Track.org account)
+- Maintain your own local copy of the spacetrack catalog (requires Space-Track.org account)
- Generate look angles for any satellite(s) and any place(s) on Earth (Coming soon)
## Install and Use
```
-git clone https://github.com/raypatrickxyz/tle
+git clone git://git.raypatrick.xyz/tle.git
cd tle
sudo make install
```
@@ -18,7 +18,7 @@ sudo make install
The program is run with the command `tle`.
## Dependencies
-- `Bash or Bash-compatible shell`
+- `Bash or Bash-compatible shell` (for now ... soon it will be POSIX shell compliant)
- `GNU sed`
### Optional
@@ -29,7 +29,6 @@ The program is run with the command `tle`.
- Try `tle` on different machines and use cases (personal computers, Web servers, etc.) and report any errors.
- Submit bug reports, feature requests, or ideas to make existing code better.
-- If nothing else, [Donate!](https://paypal.me/RayPatrick)
See the author's website [here](https://raypatrick.xyz). Email him at [ray@raypatrick.xyz](mailto:ray@raypatrick.xyz).