15 lines
213 B
Markdown
15 lines
213 B
Markdown
# RAILGUN
|
|
|
|
# Building
|
|
```bash
|
|
wails build
|
|
```
|
|
|
|
# Remebering paths
|
|
```bash
|
|
# this will save the current path in railgun for easy acess
|
|
railgun --remeber
|
|
# and this will forget the current path
|
|
railgun --forget
|
|
```
|