commit f794dea1238a5552903668e074429dcf7adeb1c2
parent 3c7590313403cb9d2cf34595c8303325b4292168
Author: William Lindholm <a22willi@student.his.se>
Date: Sat, 30 Mar 2024 00:34:02 +0100
Fixed typo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -25,7 +25,7 @@ In order to use this project you need to install:
4. Running Linux?
- Since the LenaSYS repository needs to remain under the ownership of the `www-data` user, you may lack permission to modify the files. To gain access, run the command chmod `777 -R LenaSYS`. This will allow any user to modify the files. However, Git will see modified file permissions as changes. To prevent this, run `git config core.fileMode false`.
+ Since the LenaSYS repository needs to remain under the ownership of the `www-data` user, you may lack permission to modify the files. To gain access, run the command `chmod 777 -R LenaSYS`. This will allow any user to modify the files. However, Git will see modified file permissions as changes. To prevent this, run `git config core.fileMode false`.
## Current limitations