~codegouvfr/codegouvfr-devel

sill.etalab.gouv.fr: Fix README instructions v1 PROPOSED

: 1
 Fix README instructions

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~codegouvfr/codegouvfr-devel/patches/38935/mbox | git am -3
Learn more about email & git

[PATCH sill.etalab.gouv.fr] Fix README instructions Export this patch

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 607f299..664ea9e 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The list of software itself is maintained [on this repository](https://git.sr.ht
# Develop

    ~$ git clone https://git.sr.ht/~etalab/sill.etalab.gouv.fr
    ~$ cd sillweb/
    ~$ cd sill.etalab.gouv.fr/
    ~$ clj -M:test
    ~$ clj -M:run
    ~$ clj -M:fig
-- 
2.24.3 (Apple Git-128)
Applied as a76d228, thanks!