Skip to content

Commit

Permalink
Merge pull request #10 from fkr/fix/readme-fixes
Browse files Browse the repository at this point in the history
Fix/readme fixes
  • Loading branch information
luke- authored Jan 17, 2025
2 parents 5e9d3d6 + 23ae991 commit f283538
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Clone the module and then delete the Git files. This is necessary to move the mo
```
cd my-new-project
git clone https://github.com/humhub/humhub-modules-example-basic.git .
rm .git -rf
rm -rf .git
```


Expand All @@ -34,11 +34,9 @@ $newNamespace = 'coolSoft\humhub\modules\formbuilder';
// ...
```

3.) Run the `docs/rewrite-id.php` from shell.
3.) Run the `docs/rewrite-module-id.php` from shell.

```
cd docs/
php rewrite-module-id.php
```

4.) Run the `docs/rewrite-id.php` from shell.

0 comments on commit f283538

Please sign in to comment.