Skip to content

Commit 167652f

Browse files
committed
docs(readme): minor change in run command
1 parent ef79490 commit 167652f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ that targets [Kotlin/JS](https://kotlinlang.org/docs/js-overview.html).
3838
**To run in development mode**:
3939

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

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

8383
## 📜 Acknowledgments
8484

0 commit comments

Comments
 (0)