dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
35 stars 5 forks source link

Documentation test #249

Closed arhimede closed 4 months ago

arhimede commented 4 months ago

in this page https://github.com/dotkernel/api/blob/4.0/docs/book/v4/introduction/getting-started.md the below command is valid ? with that . ( dot) ?

git clone https://github.com/dotkernel/api.git .
alexmerlin commented 4 months ago

Yes, it instructs Git to clone the repository in the current directory.

alexmerlin commented 4 months ago

One thing that we should improve is to either use the current directory as instructed here or a new directory, like here. The first one page uses . as it was our quick fix from last week, which replaced the Composer command.