jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
877 stars 41 forks source link

Get started instructions not working? #158

Closed zzantares closed 1 year ago

zzantares commented 1 year ago

Hey! I just want to share my experience while following the instructions to get started with biff:

$ bb --version
babashka v1.3.180
$ curl --version
curl 8.1.1 (x86_64-pc-linux-gnu) libcurl/8.1.1 OpenSSL/3.0.8 zlib/1.2.13 brotli/1.0.9 zstd/1.5.5 libidn2/2.3.4 libssh2/1.10.0 nghttp2/1.51.0
Release-Date: 2023-05-23
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
$ bb -e "$(curl -s https://biffweb.com/new-project.clj)"
Invalid git branch: -e

However downloading the script and then doing bb new-project.clj works fine, so not sure what's the problem.

Anyway not really an issue since I was able to create a project but it may trip up users trying to get started.

jacobobryant commented 1 year ago

Thanks for the report! See my response in #157, a duplicate issue.