Skip to content

Commit

Permalink
docs(readme): minor change in run command
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 21, 2024
1 parent ef79490 commit 167652f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ that targets [Kotlin/JS](https://kotlinlang.org/docs/js-overview.html).
**To run in development mode**:

```shell
$ git clone https://github.com/FreshKernel/alrayada-web.git --depth 1
$ git clone --depth 1 https://github.com/FreshKernel/alrayada-web.git
$ (cd alrayada-web && kobweb run -p site --layout static)
```

Expand Down Expand Up @@ -75,10 +75,10 @@ This information is for internal use and should be replaced when forking or adap
especially the `FORM_URL`.
* The images related to the brand are in the [assets](./site/src/jsMain/resources/public/assets) directory.
* The naming in:
* [site.webmanifest](./site/src/jsMain/resources/public/site.webmanifest), [sitemap.xml](./site/src/jsMain/resources/public/sitemap.xml).
* The domain `alrayada.net`.
* In the [site's source code](site/src/jsMain/kotlin/net/freshplatform/alrayada_web).
* In the [site's build.gradle.kts](./site/build.gradle.kts).
* [site.webmanifest](./site/src/jsMain/resources/public/site.webmanifest), [sitemap.xml](./site/src/jsMain/resources/public/sitemap.xml).
* The domain `alrayada.net`.
* In the [site's source code](site/src/jsMain/kotlin/net/freshplatform/alrayada_web).
* In the [site's build.gradle.kts](./site/build.gradle.kts).

## 📜 Acknowledgments

Expand Down

0 comments on commit 167652f

Please sign in to comment.