Skip to content

Commit 704c309

Browse files
Remove the Download section in each solution's README.md
1 parent 99fe66b commit 704c309

File tree

2 files changed

+0
-19
lines changed
  • file_management/file_retrieval/locatefile
  • url_management/url_parsing_and_opening/openurl

2 files changed

+0
-19
lines changed

file_management/file_retrieval/locatefile/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,3 @@ Locatefile...
4747
* ...accepts regular expressions.
4848
* ...does not support file names with spaces.
4949

50-
## Download
51-
52-
Run the following command to download Locatefile:
53-
54-
```bash
55-
bash <(curl -s 'https://raw.githubusercontent.com/computefoundation/'\
56-
'gnu-linux-shell-usage.packaged-solutions/helper_scripts/cf-glsu.ps-download-locatefile.sh')
57-
```
58-

url_management/url_parsing_and_opening/openurl/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,3 @@ openurl "blogspot.com" "http://www.scholarpedia.org/article/Swarm_robotics"
7171
* Specify a specific browser for each alias or URL
7272
* Dump the output of any opened webpage to a terminal window
7373
* Output all generated URLs to the clipboard
74-
75-
## Download
76-
77-
Run the following command to download Openurl (this will download the application to "\<your-home-directory>/computingfoundation/gnu-linux-shell-scripting.packaged-solutions/openurl"):
78-
79-
```bash
80-
bash <(curl -s 'https://raw.githubusercontent.com/computefoundation/'\
81-
'gnu-linux-shell-usage.packaged-solutions/helper_scripts/cf-glsu.ps-download-openurl.sh')
82-
```
83-

0 commit comments

Comments
 (0)