Skip to content

Commit

Permalink
docs: Remove chmod +x ./vars step since ./vars is generated as an exe…
Browse files Browse the repository at this point in the history
…cutable
  • Loading branch information
areel authored and lpil committed Sep 1, 2024
1 parent 67e1884 commit 8350ab6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions writing-gleam.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,6 @@ file, which will be written to `./vars`.
# Compile the program to an escript
gleam run -m gleescript

# Make the escript executable
chmod +x ./vars

# Run the program
./vars get USER
escript ./vars get USER # On Windows
Expand Down

0 comments on commit 8350ab6

Please sign in to comment.