Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed May 9, 2024
1 parent 9ec38ff commit f5707df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ mkdir my-blog && cd my-blog && composer init --name=linaphp/blog --no-interactio
Or install Lina as global composer package

```bash
composer global require bangnokia/lina
composer global require linaphp/lina
lina new my-blog
lina serve
```

Or you can use the `phar` file
```bash
curl -LO https://github.com/bangnokia/lina/releases/latest/download/lina.phar && chmod +x lina.phar
curl -LO https://github.com/linaphp/lina/releases/latest/download/lina.phar && chmod +x lina.phar
```

## Folder structure
Expand Down

0 comments on commit f5707df

Please sign in to comment.