Update README.md

This commit is contained in:
Thomas A. Christensen II 2021-03-31 11:21:41 -06:00 committed by GitHub
parent 70c226d0a2
commit ee4a45249b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,5 +28,13 @@ $ chmod +x convert-fastas.sh
3. Press the Win+R on the keyboard
4. Type `shell:sendto` and press Enter
5. Right-click in the newly opened window, and click "New Shortcut"
5. Right-click in the newly opened window, and click "New | Shortcut..."
6. Type `C:\cygwin64\bin\bash.exe` and click Next
7. Type `Convert FASTA Tarball` or something else memorable and click Finish
8. Right-click the newly created shortcut and click Properties
9. In the Target textbox, add ` --login convert-fastas.sh` (including the space) to the existing text
10. Click OK
An item will now be added to the Right click | Send to menu for FASTA tarballs. Once clicked, the extracted tarballs can be found in `C:\cygwin64\home\<USERNAME>`.