Document .dir-locals.el and deps.lock
This commit is contained in:
parent
a6fa07ff26
commit
c0f8635b0b
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@ Once both of the above are installed, the devcontainer can be started with ~devc
|
|||
|
||||
Once the devcontainer is running, enter it with ~devcontainer exec --workspace-folder . bash~. This will put you at the repository root.
|
||||
|
||||
* Dependencies
|
||||
The ~deps.lock~ file contains the versions of eggs used in this repository. They can be installed with ~chicken-install -from-list deps.lock~.
|
||||
|
||||
* Collaborating with Emacs
|
||||
The ~.dir-locals.el~ file automatically sets the Geiser Scheme implementation to Chicken, for any Scheme source file in this directory.
|
||||
|
||||
* Running Tests & Samples
|
||||
From the ~build~ directory, run ~csm -program <module> ..~ to build a particular module, the ~./<module>~ to run it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue