chore: Try add cursor as alternative coding env
This commit is contained in:
parent
64286b138d
commit
e24f2596e1
1 changed files with 14 additions and 0 deletions
14
install-cursor.sh
Normal file
14
install-cursor.sh
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# install-cursor.sh - install cursor cli coding environment
|
||||
#
|
||||
# USAGE
|
||||
# run "./install-cursor.sh" to make sure dependencies are satisfied
|
||||
|
||||
|
||||
|
||||
# install cursor cli coding environment
|
||||
# curl https://cursor.com/install -fsS | bash # error with OpenSSL
|
||||
# wget -qO- https://cursor.com/install | bash # error with OpenSSL
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue