chore: Try add cursor as alternative coding env
This commit is contained in:
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
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user