Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-working installation steps :{ #3

Open
liar666 opened this issue Feb 16, 2022 · 2 comments
Open

Non-working installation steps :{ #3

liar666 opened this issue Feb 16, 2022 · 2 comments

Comments

@liar666
Copy link

liar666 commented Feb 16, 2022

Hi,

I was looking for a package to BEGIN_SRC Dockerfile END_SRC when I found your package. Thanks for this package.

Unfortunately, I couldn't make it work:

  • First, there's a 404 on the link to use-package: use-package
  • This might be related to the fact that trying to use the proposed config results in "non-existing" errors on the following keywords:
    :ensure-system-package and :quelpa.

Did you refer to a (now non-existing) use-package derivative?

@ifitzpat
Copy link
Owner

Hi, Thanks for pointing out the 404 on the link. I fixed the typo that caused this. The installation instructions refer to use-package and quelpa. The latter is required to install directly from github (although I think straight.el provides a similar functionality; it might work, I just never tested it). I could also imagine it's possible to clone this repo to a local folder, add it to load-path and then (require 'ob-docker-build).

@elviejo79
Copy link

You need to make sure quelpa is working

(require 'use-package)
(require 'quelpa-use-package)


(use-package use-package-ensure-system-package
  :ensure t)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants