Skip to content

Commit

Permalink
docs: update Quick Start
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Nov 10, 2024
1 parent 88a6f05 commit ade7bc8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions docs/1-Quick Start.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Comment créer un site Web en quelques étapes.
Démo du résultat attendu : <https://cecilapp.github.io/skeleton/>.
:::

### Prérequis

- [PHP](https://php.net/manual/en/install.php) 8.1+
- Terminal (une compréhension de base du [terminal](https://fr.wikipedia.org/wiki/%C3%89mulateur_de_terminal))
- Éditeur de texte, comme [VS Code](https://code.visualstudio.com) et/ou [Typora](https://typora.io)

### Télécharger Cecil

Téléchargez `cecil.phar` depuis votre terminal:
Expand All @@ -50,10 +56,6 @@ Vous pouvez également [télécharger Cecil](https://cecil.app/download/) manuel
- [Scoop](https://scoop.sh): `scoop install https://cecil.app/cecil.json`
- [PHIVE](https://phar.io): `phive install cecil`

:::important
[PHP](https://php.net/manual/fr/install.php) 8.1+ est requis.
:::

### Créer un nouveau site

Créez un répertoire pour le site Web (ex : `<monsiteweb>`), placez y `cecil.phar`, puis exécutez la commande `new:site` :
Expand Down
10 changes: 6 additions & 4 deletions docs/1-Quick Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ How to create create a website in a few steps.
Demo of the expected result: <https://cecilapp.github.io/skeleton/>.
:::

### Prerequisites

- [PHP](https://php.net/manual/en/install.php) 8.1+
- Terminal (a basic understanding of [terminal](https://wikipedia.org/wiki/Terminal_emulator))
- Text editor, like [VS Code](https://code.visualstudio.com) and/or [Typora](https://typora.io)

### Download Cecil

Download `cecil.phar` from your terminal:
Expand All @@ -44,10 +50,6 @@ You can also [download Cecil](https://cecil.app/download/) manually, or use:
- [Scoop](https://scoop.sh): `scoop install https://cecil.app/cecil.json`
- [PHIVE](https://phar.io): `phive install cecil`

:::important
[PHP](https://php.net/manual/en/install.php) 8.1+ is required.
:::

### Create a new website

Create a directory for the website (e.g.: `<mywebsite>`), put `cecil.phar` in it, then run the `new:site` command:
Expand Down

0 comments on commit ade7bc8

Please sign in to comment.